home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 March / Macworld (1998-03) (Disk 1).dmg / Shareware World / Info / For Developers / GhostScript 5.10 / MacGS-510 / doc / NEWS < prev    next >
Text File  |  1997-11-24  |  195KB  |  5,149 lines

  1.    Copyright (C) 1989, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, NEWS, describes the changes in the most recent releases of
  21. Ghostscript.  Changes in older releases are described in history*.txt.
  22.  
  23. For an overview of Ghostscript and a list of the documentation files, see
  24. README.
  25.  
  26. Within each release, news appears in the following order: Documentation,
  27. Procedures, Utilities, Drivers, Platforms, Fonts, Interpreter, Streams
  28. (included under Interpreter through release 2.9.9), Library.  Changes marked
  29. with a * were made available as patches to a previous release.
  30.  
  31. Version 5.10 (11/23/97)
  32. =======================
  33.  
  34. This release, not originally planned, greatly reduces the size of PDF files
  35. produced by the pdfwrite device, fixes a number of minor problems in PDF
  36. output, and optionally produces output compatible with Acrobat 2.x, in order
  37. to address problems reported by NSF in processing these files as part of
  38. their FastLane electronic proposal submission process.  Aside from that, and
  39. some localized bug fixes, it has minimal changes from 5.03.
  40.  
  41. Known problems:
  42.     - ps2pdf sometimes produces output with links in an incorrect
  43. format (k/index.*) or missing or inactive links (k/rahtz/foo.ps).
  44.     - Setting HWSize by itself with setpagedevice has no effect.
  45.     - When shrinking oversize halftone cells, the current algorithm,
  46. which progressively halves the size, can produce non-monotonic behavior; GS
  47. should either use a monotonic algorithm or give a limitcheck.
  48. (k/jdscreen.ps)
  49.     - In Type 1 fonts, almost-vertical lines that straddle a stem edge
  50. produce uneven output.
  51.     - flushfile with a procedure-target stream doesn't pass the buffered
  52. data to the procedure.
  53.     - At some resolutions, gaps occur in some character outlines with
  54. certain Type 1 fonts.  (? - no test file)
  55.     - The Watcom MS Windows makefile (watcw32.mak) doesn't work.
  56.     - The uniprint driver sometimes drops some output, and is very slow
  57. at 720x720 resolution.
  58.     - pdf2ps can't handle embedded TrueType and CFF fonts: it produces
  59. invalid output.  (k/tjava8.pdf, p. 192)
  60.     - pdf2ps can't handle Patterns.  (k/nissl.pdf)
  61.     - pdf2ps can't handle embedded fonts with CharProcs (characters
  62. defined by PDF objects).  (k/be/iguide_unix.pdf)
  63.     - pdf2ps has other, undefined problems.  (k/gfreeman/ps2.*,
  64. qsshort.*, wallp3.*)
  65.     - [e]pswrite core-dumps on certain files if GC is enabled.  Work
  66. around this by including -dNOGC on the command line.  (k/spong.pdf)
  67.     - [e]pswrite can't handle Patterns.  (k/gfreeman/overpart.ps)
  68.     - [e]pswrite may produce incorrect line widths for stroked graphics.
  69. (k/gfreeman/walpart2.ps)
  70.     - Halftones look relatively coarse: we should be using a small-scale
  71. version of AccurateScreens (multiple small dot cells with an ordered dither
  72. cell visiting pattern) to get both fine screens and many levels.
  73.     - Since the x11alpha device uses saturation to emulate alpha,
  74. writing anti-aliased objects over dark areas produces incorrect output.
  75. (gdevxalt.c)
  76.     - Setting OutputFile=- should redirect stdout to stderr (or provide
  77. some other way to redirect stdout).
  78.     - Type 0 (Japanese / Chinese / ...) fonts are not supported in PDF
  79. files.  (k/microw-j.pdf)
  80.     - Ghostscript can't load TrueType fonts where the amount of data
  81. either before or after the glyf section exceeds 64K.  (k/baueti__.ttf)
  82.     - Ghostscript can't load TrueType fonts where the total data is more
  83. than 64K and the offset or length of the glyfs is odd.
  84.     - High-level output devices ([e]pswrite, pdfwrite, pxl*) always
  85. produce a single output file rather than a separate file for each page, even
  86. if there is a %d in the OutputFile name.
  87.     - ps2pdf doesn't handle the Distiller 3.0 named objects and BP/EP/SP
  88. pdfmarks.  (k/pdfmark3.ps)
  89.  
  90. Documentation
  91. -------------
  92.  
  93. Fixes bugs:
  94.     - ansihead.mak referred to unix-ansi.mak, which is actually named
  95. unixansi.mak.  (ansihead.mak)
  96.     - README referred to an "If you need help" section that was moved to
  97. new-user.txt.  (README)
  98.  
  99. Updates build information for HP-UX systems.  (make.txt)
  100.  
  101. Updates the information for getting Martin Lottermoser's hpdj driver.
  102. (new-user.txt)
  103.  
  104. Improves the error message when a user tries to invoke gswin32c without
  105. explicitly selecting a device.  (dwmainc.cpp)
  106.  
  107. Removes the author's name and e-mail address from the pdf2ps man page, at
  108. his request.  (pdf2ps.1)
  109.  
  110. Improves the documentation for BandBufferSpace.  (language.txt)
  111.  
  112. Procedures
  113. ----------
  114.  
  115. Changes the VMS command files so that they don't echo the commands.
  116. (append_l.com, copy_one.com, rm_all.com, rm_one.com)
  117.  
  118. Utilities
  119. ---------
  120.  
  121. Fixes bugs:
  122.     - The "lp" command files all inappropriately set the top margin to
  123. 0.1".  (lp386.bat, lp386r2.bat, lpgs, lpgs.bat, lpr2, lpr2.bat)
  124.     - The lp386[r2].bat command files inappropriately set the
  125. LanguageLevel to 1.  (lp386.bat, lp386r2.bat)
  126.  
  127. Drivers
  128. -------
  129.  
  130. Fixes bugs:
  131.     - The PDF writer got confused about the current color if the input
  132. contained text strings separated only by color changes.  (gdevpdf.c)
  133.     - Some casts between const char * and const byte * were incorrect
  134. (warnings only).  (gdevpdft.c)
  135.  
  136. Adds a NoCancel parameter to the winpr2 device, which suppresses display of
  137. the dialog box.  (gdevwpr2.c)
  138.  
  139. Interpreter
  140. -----------
  141.  
  142. Fixes bugs:
  143.     - An "extern" was omitted, causing a duplicate definition of
  144. build_function_procs.  (ifunc.h)
  145.     - The global pseudo-operator table was too small, causing a
  146. limitcheck in ps2ascii.  (iinit.c)
  147.     - setcolorspace with a Pattern space with no underlying space would
  148. cause an error if the current color space was a Pattern space.  (zpcolor.c)
  149.     - The Decode key was optional, not required, in the dictionary form
  150. of image[mask].  (zimage2.c)
  151.  
  152. Adds two more PCL/PJL reset sequences to the list of sequences to ignore.
  153. (gs_init.ps)
  154.  
  155. Library
  156. -------
  157.  
  158. Fixes bugs:
  159.     - Multi-screen color halftones could produce "seams".  (gxcht.c)
  160.     - A bug in the gcc optimizer on H-P RISC workstations caused all
  161. curves to be output as lines.  (gxpflat.c)
  162.     - If a non-standard OtherSubr was called before the [h]sbw in a Type
  163. 1 font, a crash could occur.  (gxhint3.c)
  164.     - gxclist.c didn't include string_.h.  (gxclist.c)
  165.  
  166. Version 5.07(limited) (10/31/97)
  167. ================================
  168.  
  169. A few more bug fixes for the 5.10 release.
  170.  
  171. Documentation
  172. -------------
  173.  
  174. Fixes bugs:
  175.     - Some file and directory names hadn't been updated to match the new
  176. directory structure on the primary server.  (make.txt, new-user.txt)
  177.  
  178. Adds the URL for reaching URW++.  (Fontmap.*)
  179.  
  180. Drivers
  181. -------
  182.  
  183. Fixes bugs:
  184.     - Because the C % operator isn't equivalent to 'modulus' for
  185. negative numerators, gx_default_strip_tile_rectangle could crash in some
  186. cases.  (gxdevice.h, gdevdflt.c)
  187.     - In the PDF writer, Dest values were correct (page numbers) for
  188. GoToR actions, but were incorrect (should be page object references) for
  189. other actions; also, Rect values were transformed, but should not be.
  190. (gdevpdfm.c)
  191.     - In the PDF writer, articles and bookmarks could attempt to write
  192. multiple Contents streams, which is not allowed.  (gdevpdfx.h, gdevpdf.c,
  193. gdevpdfm.c)
  194.     - The PDF writer ignored PS (PostScript pass-through) pdfmarks.
  195. (gdevpdfm.c)
  196.     - The PDF writer didn't write out the color space parameters for
  197. CIE-based spaces.   (gdevpdfi.c)
  198.  
  199. Library
  200. -------
  201.  
  202. Fixes bugs:
  203.     - Suffix subclass structures with 4 added pointers skipped the first
  204. pointer in the superclass when garbage collecting, possibly causing invalid
  205. memory accesses.  (gsstruct.h)
  206.     - An argument list incompatibility in a procedure used in a static
  207. structure initialization upset some compilers.  (gsfunc.h, gsfunc0.c)
  208.  
  209. Version 5.06(limited) (10/7/97)
  210. ===============================
  211.  
  212. This fixes a few more bugs in the PDF writer, and a few other very obscure
  213. problems.  It also adds support for Functions and brings multiple contexts
  214. closer to working, neither of which we expect actually to be used any time
  215. soon.  This is intended to be the candidate fileset for the 5.10 release,
  216. but since we had to tinker with a delicate part of the PDF writer to fix a
  217. problem affecting visual quality with Acrobat, there may be new bugs that
  218. will have to be fixed in yet another candidate fileset.
  219.  
  220. Documentation
  221. -------------
  222.  
  223. Fixes bugs:
  224.     - Jim McPherson's e-mail address was out of date.  (devices.txt)
  225.     - Invoking ps2pdf with only a single file name is supported on some
  226. versions of Windows NT and OS/2, not only on Unix.  (ps2pdf.txt)
  227.     - The ps2pdf documentation didn't indicate that ps2pdf can use the
  228. Windows "console mode" executable as well as the MS-DOS executable.
  229. (ps2pdf.txt)
  230.     - The list of which Distiller parameters actually have an effect was
  231. incorrect.  (gdevpdfp.c)
  232.  
  233. Notes that the cdj550 driver is compatible with the H-P 660C and 660Cse.
  234. (devs.mak, devices.txt)
  235.  
  236. Adds a note about using Acrobat Reader fonts.  (install.txt, use.txt)
  237.  
  238. Notes that the LJ 5P, like the 5L, is not a PCL XL printer.  (devs.mak)
  239.  
  240. Notes problems and possible problems with certain versions of the Borland
  241. C++ compiler.  (make.txt)
  242.  
  243. Notes the change in -Z:.  (use.txt)
  244.  
  245. Updates the uniprint documentation for this release.  (devices.txt)
  246.  
  247. Expands the rationale for the large resolution in the bbox device.
  248. (gdevbbox.c)
  249.  
  250. Notes that the H-P DeskJet 600 series can use the djet500 driver with -r600.
  251. (devs.mak)
  252.  
  253. Procedures
  254. ----------
  255.  
  256. Fixes bugs:
  257.     - Vector devices didn't include a necessary dependency on the stream
  258. package.  (lib.mak)
  259.     - There were several bugs in the ps2pdf.bat file.  (ps2pdf.bat)
  260.  
  261. Changes -Z: so it prints some summary lines as well as minimal information
  262. about banding.  This makes the -ZA trace compatible with our memory leak
  263. tool.  (iminst.h, imain.c)
  264.  
  265. Utilities
  266. ---------
  267.  
  268. Fixes bugs:
  269.     - ps2epsi sometimes produced a too-large bounding box, or even
  270. caused a rangecheck.  (ps2epsi)
  271.  
  272. At the advice of a user, removes the RESOLUTION=100 line from pv.sh.
  273. (pv.sh)
  274.  
  275. Drivers
  276. -------
  277.  
  278. Fixes bugs:
  279.     - The PDF writer produced incorrect output for stroke operations
  280. with unusual CTMs, because PDF, unlike PostScript, applies the CTM to the
  281. path at the time of the fill or stroke, not as the path is being
  282. constructed.  (gdevpdfd.c)
  283.     - Vector devices returned an error, instead of falling back to the
  284. default implementations, when filling or stroking with a pattern.
  285. (gdevvec.c)
  286.     - The PDF writer freed an internal stream structure using the wrong
  287. allocator, possibly causing memory corruption.  (gdevpdf.c)
  288.     - The uniprint driver had some compilation problems, and possibly
  289. other problems as well (consult the source file).  (gdevupd.c, *.upp)
  290.     - With -dNOCACHE, the PDF writer wrote all text in the base 14 fonts
  291. twice, once as text and once as outlines.  (gs_pdfwr.ps, gdevpdfd.c)
  292.     - The PDF writer didn't properly recognize Symbol and ZapfDingbats
  293. as being among the base 14 fonts.  (gs_pdfwr.ps)
  294.     - When using Acrobat Reader with font smoothing turned on, the base
  295. 14 fonts appeared too bold on the screen in files produced by ps2pdf,
  296. because Reader decides that a 100-unit font at 1 unit = 0.1 point should be
  297. bolder than a 10-unit font at 1 unit = 1 point.  (gdevpdfx.h, gdevpdf.c,
  298. gdevpdft.c)
  299.     - The PDF writer didn't convert View/Page specifications for
  300. bookmark pdfmarks to a Dest key, causing bookmarks not to work.
  301. (gdevpdfm.c)
  302.  
  303. Speeds up the PDF writer by only passing the encoding if it isn't
  304. StandardEncoding.  (gs_pdfwr.ps, gdevpdft.c)
  305.  
  306. Changes the PDF writer's handling of unencoded glyphs.  Adds device
  307. parameters ReEncodeCharacters and ReAssignCharacters to control how
  308. unencoded glyphs are handled.  (These parameters will go away when we handle
  309. variant encodings in full generality.)  (gdevpdfx.h, gdevpdf.c, gdevpdfp.c,
  310. gdevpdft.c)
  311.  
  312. Interpreter
  313. -----------
  314.  
  315. Fixes bugs:
  316.     - setpagedevice didn't restore the stack properly if it failed.
  317. (gs_setpd.ps)
  318.     - 0 identmatrix didn't cause an error.  (gs_init.ps)
  319.     - Devices expecting array-valued parameters didn't accept packed
  320. arrays.  (iparam.c)
  321.  
  322. Starts to de-implement support for special handling of the stacks on
  323. machines with 16:16 addressing.  Currently this only happens if DPNEXT is
  324. defined.  (istack.h)
  325.  
  326. Brings multiple contexts closer to working.  The interpreter can now run
  327. some very simple test cases.  (int.mak, icontext.h, igstate.h, interp.h,
  328. istruct.h, icontext.c, interp.c, zcontext.c, zgstate.c)
  329.  
  330. Adds support for FunctionType 0 Functions, which are used in PDF 1.2.
  331. (ifunc.h, iref.h, store.h, zfunc.c, zfunc0.c)
  332.  
  333. Updates a few remaining pseudo-operators in gs_init.ps to take advantage of
  334. automatic operand and dictionary stack restoration: eexec, identmatrix,
  335. pathbbox.  Not updated yet: filter.  (gs_init.ps)
  336.  
  337. Interpreter (PDF)
  338. -----------------
  339.  
  340. Fixes bugs:
  341.     - Separation color spaces weren't supported.  (gs_pdf.ps,
  342. pdf_draw.ps)
  343.  
  344. Library
  345. -------
  346.  
  347. Fixes bugs:
  348.     - The size argument to gs_free was wrong in an out-of-memory case.
  349. (This was irrelevant, since gs_free only uses the size argument for
  350. error-checking during debugging.)  (gdevprn.c)
  351.     - When freeing a block on the C heap, if -Z@ was set, the block's
  352. header wasn't filled with the sentinel pattern.  (Only relevant when
  353. debugging.)  (gsmemory.c)
  354.     - The C heap allocator didn't fix up pointers properly when freeing
  355. a block, causing unpredictable memory corruption after a 'resize' call.
  356. (gsmemory.c)
  357.     - Using a show operator inside the procedure of a cshow with a
  358. composite font could cause an invalid access.  (gschar.c)
  359.  
  360. Adds support for FunctionType 0 Functions.  (gsdsrc.h, gsfunc.h, gsfunc0.h,
  361. gxfunc.h, gsdsrc.c, gsfunc.c, gsfunc0.c)
  362.  
  363. Moves the GC descriptor for arrays of constant strings to a place where it
  364. is more visible.  (gscie.h, gsstruct.h, gscie.c, gsmemory.c)
  365.  
  366. Version 5.05(limited) (9/24/97)
  367. ===============================
  368.  
  369. This fixes a few bugs found in the first few days of testing 5.04.  There
  370. will probably be several more small incremental filesets before the next
  371. public release.
  372.  
  373. Platforms
  374. ---------
  375.  
  376. Fixes bugs:
  377.     - The Windows code wouldn't compile with the latest MSVC++, because
  378. Microsoft changed the prototype for fprintf.  (gp_msio.c)
  379.  
  380. Drivers
  381. -------
  382.  
  383. Fixes bugs:
  384.     - A picky compiler complained about some omitted casts.  (gdevpdf.c,
  385. gdevpdft.c)
  386.     - Writing a PDF file with any synthesized fonts could produce
  387. slightly garbled output or possibly even an invalid memory access, because a
  388. string was not terminated.  (gdevpdft.c)
  389.     - When writing a PDF file, the first character of a string could get
  390. placed off the page, because of a matrix bookkeeping error.  (gdevpdft.c)
  391.  
  392. Interpreter
  393. -----------
  394.  
  395. Fixes bugs:
  396.     - In case of an error, setpagedevice executed a 'stop'
  397. unconditionally, rather than just signalling an error through the error
  398. machinery.  (gs_setpd.ps)
  399.  
  400. Interpreter (PDF)
  401. -----------------
  402.  
  403. Fixes bugs:
  404.     - Files with unknown operators caused errors, even if the BX
  405. operator was used to disable the error report.  (pdf_base.ps)
  406.  
  407. Version 5.04(limited) (9/21/97)
  408. ===============================
  409.  
  410. This is the first test fileset for the 5.10 release: see above.
  411.  
  412. Documentation
  413. -------------
  414.  
  415. Fixes bugs:
  416.     - George Cameron's address was listed with a domain of .ukis rather
  417. than .uk.  (devices.txt)
  418.     - The default value of ORIENT1 was given as false rather than true.
  419. (use.txt)
  420.     - The documentation for ps2pdf said one can omit the output file
  421. name, but this is only true on Unix systems.  (ps2pdf.txt)
  422.     - The documentation for ps2pdf didn't make clear that the executable
  423. must be named gs on Microsoft OSs.  (ps2pdf.txt)
  424.     - ht_cache is actually allocated with the first gstate, not on
  425. demand.  (gsstate.c)
  426.  
  427. Slightly improves the documentation of .type1execchar.  (zchar1.c)
  428.  
  429. Clarifies the distinction between Ghostscript (PostScript) commands and
  430. shell commands, for the benefit of users brainwashed by Microsoft.
  431. (use.txt)
  432.  
  433. Improves the usage synopsis in the ps2epsi man page.  (ps2epsi.1)
  434.  
  435. Adds a reference to Uli Wortmann's H-P drivers.  (new-user.txt)
  436.  
  437. Improves the documentation of GS_FONTPATH, distinguishing it from GS_LIB and
  438. the search path.  (use.txt)
  439.  
  440. Notes that on some systems, one must substitute 'installbsd' for 'install'
  441. in the makefile and make other edits.  (install.txt, ansihead.mak,
  442. cc-head.mak, gcc-head.mak)
  443.  
  444. Notes that ps2epsi is no longer maintained.  (ps2epsi.ps)
  445.  
  446. Clarifies the availability of support.  (new-user.txt)
  447.  
  448. Procedures
  449. ----------
  450.  
  451. Fixes bugs:
  452.     - The uniprint driver was accidentally omitted from the default
  453. Watcom (MS-DOS) and OS/2 configurations.  (watc.mak, os2.mak)
  454.     - The suggested compiler switches for Digital Unix were incorrect.
  455. (make.txt)
  456.     - The cp.cmd script file didn't work in the newest versions of OS/2.
  457. (cp.cmd)
  458.     - The compilation rules for some Windows-specific files didn't
  459. include ccf32.tr in their dependencies, which could cause the compilation to
  460. fail.  (winint.mak)
  461.  
  462. Removes the lev2min configuration, since we no longer support 16-bit Windows
  463. environments.  (int.mak)
  464.  
  465. Utilities
  466. ---------
  467.  
  468. Fixes bugs:
  469.     - ps2epsi.bat always appended to the output file, rather than
  470. writing over it.  (There are probably other bugs in this script file.)
  471. (ps2epsi.bat)
  472.     - The output of pdf2ps didn't execute properly on some printers,
  473. especially Level 1 printers.  (gs_pdf.ps)
  474.  
  475. Makes ps2pdf do an initial 'save', which causes fonts to be retained better
  476. across pages.  (ps2pdf, ps2pdf.bat)
  477.  
  478. Adds an option to pcharstr.ps to produce C-like rather than PostScript-like
  479. output.  (pcharstr.ps)
  480.  
  481. Drivers
  482. -------
  483.  
  484. Fixes bugs:
  485.     - The LaserJet III and higher printers weren't able to print in the
  486. narrow strip between 1/6" and 1/4" from the left edge of the page.
  487. (gdevdjet.c)
  488.     - The PCL XL drivers produced incorrect output which often caused a
  489. PCL XL NoCurrentFont error at the beginning of the second page.  (gdevpx.c)
  490.     - The GC descriptors for the pswrite device and for PS/PDF devices
  491. were incorrect, causing the GC to smash memory.  (gdevpsdf.h, gdevps.c)
  492.     - The pdfwrite device didn't have a GC descriptor at all.  ******
  493. DISABLED because the device allocates all its temporary structures directly
  494. on the C heap. ****** (gdevpdf.c)
  495.     - When the PDF writer wrote out the Dest key in an action
  496. dictionary, it always used a page object instead of a page number, even if
  497. the page was in another file or didn't exist; it now always uses a page
  498. number.  (gdevpdfm.c)
  499.     - The PDF writer gave an error if a file redefined any of the 14
  500. known fonts.  (gs_pdfwr.ps)
  501.     - The PDF writer didn't handle copy_mono with a non-zero sourcex.
  502. (This probably had no effect in practice.)  (gdevpdfi.c)
  503.  
  504. Splits off gdevpdfd.c (driver drawing procedures) from gdevpdf.c, since the
  505. file was getting too large.  (gdevpdfx.h, gdevpdf.c, gdevpdfd.c)
  506.  
  507. Adds recognition of the CompressPages, CompatibilityLevel, and
  508. UseFlateCompression device (distiller) parameters to the PDF writer.  If
  509. CompressPages is true (default), CompatibilityLevel is 1.2 (default), and
  510. UseFlateCompression is true (default), page contents will be compressed with
  511. Flate ("zip") compression; otherwise, they will not be compressed.
  512.  
  513. Restructures the PDF writer to produce much smaller and faster PDF files, by
  514. restructuring its handling of text to defer all resources to the end of the
  515. file, eliminate duplicate Font resources, turn characters into Type 3 fonts
  516. rather than Image XObjects, use more efficient text positioning commands,
  517. and optionally (but by default) Flate-compress the contents streams.  Also
  518. removes some unnecessary spaces in the output.  (gdevpdfx.h, gdevpdf.c,
  519. gdevpdfd.c, gdevpdfi.c, gdevpdfm.c, gdevpdft.c)
  520.  
  521. Improves the PDF writer so that it no longer converts stroke operations with
  522. non-uniform CTMs to fills, and doesn't bother to stroke empty paths at all.
  523. (gdevpdfd.c)
  524.  
  525. Speeds up the "alternate" X devices substantially.  (gdevxalt.c)
  526.  
  527. Interpreter
  528. -----------
  529.  
  530. Fixes bugs:
  531.     - Filling a string with a Pattern caused a crash with the PDF
  532. writer.  (gs_pdfwr.ps)
  533.     - Converting a file with no marks at all to PDF produced invalid
  534. output.  (gdevpdf.c)
  535.     - .endpage, which is called at the end of every page, sometimes left
  536. 2 extra values on the stack.  (gs_setpd.ps)
  537.     - A definefont with a Type 1 font lacking a .notdef character didn't
  538. cause an invalidfont error.  (bfont.h, zfont1.c, zfont2.c)
  539.     - On anti-aliased devices, characters from Type 1 fonts with an
  540. incorrect or missing FontBBox came out a factor of 2 or 4 too small if the
  541. character was small enough to cache.  (zchar1.c)
  542.     - If a file redefined certain operators, loading Type 1 fonts could
  543. fail.  This problem was fixed in an earlier release, and somehow the fix got
  544. undone.  (gs_type1.ps)
  545.     - cshow didn't set the correct current font when running the
  546. procedure, and didn't restore it properly afterwards.  (zchar.c, zchar2.c)
  547.     - With certain compilers, the interpreter loop caused unaligned
  548. memory accesses on DEC Alpha systems running Windows NT.  (iref.h)
  549.  
  550. Adds freelist validation to the memory checker.  (ilocate.c)
  551.  
  552. Changes the debugging switch for bypassing the garbage collector from
  553. compile-time to run-time.  (igc.c)
  554.  
  555. Adds the real operators for view clipping (but they don't do anything yet,
  556. because view clipping isn't implemented at the library level).  (zdps.c,
  557. zvmem.c)
  558.  
  559. Completes the implementation of defineusername.  (zdps.c)
  560.  
  561. Adds an implementation of wtranslation, by simply reading a device parameter
  562. of the same name.  (gs_dps.ps)
  563.  
  564. Interpreter (PDF)
  565. -----------------
  566.  
  567. Fixes bugs:
  568.     - Lab color spaces weren't implemented, and gave an error.
  569. (gs_pdf.ps)
  570.     - Images only worked with built-in color spaces, not color space
  571. resources.  (pdf_draw.ps)
  572.     - Embedded font subsets were treated as undefined.  (pdf_font.ps)
  573.  
  574. Library
  575. -------
  576.  
  577. Fixes bugs:
  578.     - strokepath sometimes clipped the path to the current clipping
  579. region, which it should never do.  (gxstroke.c)
  580.     - The initial X/Y position for Type 2 charstrings (CFFs) sometimes
  581. was set incorrectly.  (gstype2.c)
  582.     - Memory management for dash patterns was still incorrect (despite
  583. the fix in 4.36), possibly causing snarled freelists and invalid memory
  584. references.  (gsline.c, gsstate.c)
  585.     - The saved gstate of a Pattern instance was freed properly when the
  586. instance was freed by reference counting as a result of setting the color or
  587. color space, but not when the instance was freed by reference counting
  588. anywhere else.  (gspcolor.c)
  589.     - A test for whether to use a slower form of oversampling was
  590. incorrect.  (Probably only a performance bug.)  (gschar.c)
  591.     - cshow didn't set the correct current font when running the
  592. procedure, and didn't restore it properly afterwards.  (gsfont.h, gschar.c,
  593. gsfont.c)
  594.  
  595. Improves allocator validity checking when DEBUG is set.  (gsalloc.c)
  596.  
  597. Adds a couple of missing FontType values.  (gxftype.h)
  598.  
  599. Changes the default conversions between CMYK and RGB colors back to the
  600. Adobe rules documented in the Red Book, to reduce output differences from
  601. Adobe implementations.  (gxdcconv.c)
  602.  
  603. Adds a graphics state element for view clipping, under an #ifdef DPNEXT, and
  604. implementations of the view clipping operators (but not the logic for doing
  605. the actual clipping).  (gsstate.h, gzstate.h, gsstate.c)
  606.  
  607. Removes the redundant clip_rule variable from the graphics state (which
  608. wasn't used for anything).  (gzstate.h, gspath.c)
  609.  
  610. Version 5.03 (8/8/97)
  611. =====================
  612.  
  613. The only reason for this release is to fix two serious bugs introduced
  614. between 5.01 and 5.02.  We fixed a few other very localized and low-risk
  615. bugs at the same time.
  616.  
  617. Documentation
  618. -------------
  619.  
  620. Removes the "(if relevant)" from the bug reporting form, since about 25% of
  621. the forms are submitted without a URL or any other data.  (bug-form.txt)
  622.  
  623. Adds a discussion of single-use procedures to the style guide.
  624. (c-style.txt)
  625.  
  626. Updates the information about obtaining Ghostscript on physical media.
  627. (new-user.txt)
  628.  
  629. Updates the information about ps_view.  (new-user.txt)
  630.  
  631. Procedures
  632. ----------
  633.  
  634. Adds the uniprint driver to all platforms.  (*.mak)
  635.  
  636. Changes the contents of the pc.tar.gz archives:
  637.     - Adds *.upp.
  638.     - Removes *.res.
  639.     - Removes cp.bat, font2c.bat, mv.bat, rm.bat, wmakebat.bat,
  640.       cp.cmd, mv.cmd and rm.cmd, and gv-vms.hlp.
  641.  
  642. Removes an obsolete script file.  (tar_mv)
  643.  
  644. Drivers
  645. -------
  646.  
  647. Fixes bugs:
  648.     - The uniprint driver didn't handle an increase in media height
  649. correctly.  (gdevupd.c)
  650.  
  651. Platforms
  652. ---------
  653.  
  654. Fixes bugs:
  655.     - Printing to printers other than LPT1 under MS Windows no longer
  656. worked.  (bug introduced in 5.02)  (gp_mswin.c)
  657.     - Drag-and-drop didn't work under Windows NT (or other 32-bit
  658. Windows environments).  (dwtext.cpp)
  659.     - Sequent systems needed an additional system header file.
  660. (time_.h)
  661.  
  662. Fonts
  663. -----
  664.  
  665. Fixes bugs:
  666.     - The substitutions Myriad => Times and Minion => Helvetica were
  667. incorrect; they should be the other way around.  (gs_fonts.ps)
  668.     - MyriadPkg wasn't recognized as a condensed font.  (gs_fonts.ps)
  669.     - Univers wasn't recognized as mapping to Helvetica.  (gs_fonts.ps)
  670.  
  671. Interpreter
  672. -----------
  673.  
  674. Fixes bugs:
  675.     - A line of debugging code, printing the sections of 3 regions of
  676. TrueType fonts being loaded, was accidentally left in.  (gs_ttf.ps)
  677.     - TrueType fonts whose pre-glyf data had odd length were broken
  678. (typically gave a rangecheck error), because of the fix to treat the odd
  679. byte of individual sfnts strings as padding per Adobe documentation.  (bug
  680. introduced in 5.02) (gs_ttf.ps)
  681.  
  682. Interpreter (PDF)
  683. -----------------
  684.  
  685. Fixes bugs:
  686.     - If a real-number token in a CFF had an even number of nibbles, a
  687. unmatchedmark error would occur.  (gs_cff.ps)
  688.     - If the strings Index in a CFF included an empty string, a
  689. rangecheck error would occur.  (gs_cff.ps)
  690.     - CFFs with non-standard Encodings that included standard strings
  691. would get a typecheck error.  (gs_cff.ps)
  692.  
  693. Library
  694. -------
  695.  
  696. Fixes bugs:
  697.     - Using %d in an OutputFile name didn't substitute the page number.
  698. (bug introduced in 5.02)  (gsdevice.c)
  699.     - In Type 2 CharStrings, if a hintmask occurred at the beginning, it
  700. wasn't recognized as also incorporating the function of vstemhm.
  701. (gstype2.c)
  702.     - The data bytes for hintmask and cntrmask weren't printed for
  703. debugging.  (gstype2.c)
  704.  
  705. Version 5.02 (7/28/97)
  706. ======================
  707.  
  708. Because of an ISP failure that delayed the 5.0 announcement for 12 days, the
  709. 5.01 release only responded to a few days of bug reports; 5.02 fixes some
  710. problems that should have been fixed in 5.01, as well as a large number of
  711. obscure problems uncovered by Genoa testing.
  712.  
  713. Documentation
  714. -------------
  715.  
  716. Fixes bugs:
  717.     - The documentation for building on the Intergraph Clipper was out
  718. of date.  (make.txt)
  719.     - ESC was claimed to be a self-delimiting character.  (gs_init.ps)
  720.     - Removes the documentation claiming that ^D and ^Z are
  721. self-delimiting.  (language.txt)
  722.     - Document that -dSUBSTFONT doesn't create a font with the requested
  723. font name.  (use.txt)
  724.     - Ghostscript was defined as compatible with PDF 1.1 rather than PDF
  725. 1.2.  (language.txt)
  726.     - The description of gcc problems on Alpha didn't make it clear that
  727. the use of gcc was optional, not required.  (make.txt)
  728.     - The description of how to use GNU make on VMS systems was
  729. inaccurate.  (make.txt)
  730.  
  731. Improves the documentation for building on H-P RISC systems.  (make.txt)
  732.  
  733. Corrects the discussion of Cygnus' licensing terms for the cygwin32
  734. environment.  (make.txt)
  735.  
  736. Removes the apology for the poor quality of Ghostscript's TrueType
  737. rasterizer, since the quality is now quite good.  (fonts.txt)
  738.  
  739. Documents the fact that one must use # rather than = with Watcom C.
  740. (use.txt)
  741.  
  742. Documents the updates and additions to the uniprint driver.  (devices.txt)
  743.  
  744. Adds some material to Aladdin's C style guide.  (c-style.txt)
  745.  
  746. Documents the fact that using gmake requires VMS 6.2 or later on Alphas and
  747. 7.1 (perhaps 7.0) or later on VAXen.  (make.txt)
  748.  
  749. Adds an example EPS file.  (psfiles.txt)
  750.  
  751. Adds some information about compiling and linking under OS/2.  (make.txt)
  752.  
  753. Expands the description of XLIBDIR and XLIBDIRS.  (*head.mak)
  754.  
  755. Adds a new pointer to information on using a Kanji font with Ghostscript.
  756. (new-user.txt)
  757.  
  758. Documents the use of /Resource/<category>/<resource> as the default place
  759. where resources are sought.  (use.txt)
  760.  
  761. Updates the documentation on building with MSVC++ to reflect the makefile
  762. changes.  (make.txt)
  763.  
  764. Procedures
  765. ----------
  766.  
  767. Fixes bugs:
  768.     - In openvms.mak, several ifdef tests were wrong.  (openvms.mak)
  769.     - One CP command was slightly inconsistent with the others.
  770. (zlib.mak)
  771.     - If libz and libpng were both shared, libz was linked first,
  772. resulting in some undefined references.  (libpng.mak)
  773.     - The VMS makefile didn't interact properly with VMS's version
  774. numbering facility.  (copy_one.com)
  775.  
  776. Updates the VMS DCL script one last time, to handle libpng version 96.
  777. (vms.mak)
  778.  
  779. Restructures the MSVC++ makefiles to allow building the graphics library
  780. without the PostScript interpreter.  (bcwin32.mak, msvc4.mak[deleted],
  781. msvc5.mak[deleted], msvc32.mak, msvccom.mak, watcw32.mak,
  782. wincom.mak[deleted], winint.mak, winlib.mak)
  783.  
  784. Adds a makefile to create a library-only demo program under MSVC++, like the
  785. ones for Unix/gcc and MS-DOS/Watcom.  (msvclib.mak)
  786.  
  787. Adds an example EPS file.  (ridt91.eps, unix-end.mak)
  788.  
  789. Removes support for libpng release 0.88, which is now quite obsolete.
  790. (libpng.mak)
  791.  
  792. Utilities
  793. ---------
  794.  
  795. Fixes bugs:
  796.     - ps2pdf.bat, unlike ps2pdf, didn't accept options.  (ps2pdf.bat)
  797.     - echogs used 'const' in one place, which wasn't accepted by some
  798. very old compilers.  (echogs.c)
  799.     - pdf2ps output Orientation, which it shouldn't.  (pdf_main.ps)
  800.  
  801. Makes the usage message from ps2pdf.bat include the options, like ps2pdf.
  802. (ps2pdf.bat)
  803.  
  804. Changes the printpath utility so that its output is legal PostScript code.
  805. (ppath.ps)
  806.  
  807. Makes pdf2dsc add DSC comments for the bounding box (if a CropBox is
  808. available in the PDF file) and the orientation.  (pdf2dsc.ps)
  809.  
  810. Drivers
  811. -------
  812.  
  813. Fixes bugs:
  814.     - The get_bits operation wasn't implemented for the vgalib driver.
  815. (gdevvglb.c)
  816.     - The dnj650c driver output an extra % near the end of the file.
  817. (gdevcdj.c)
  818.     - The definition of pprintd2 didn't have a line break before the
  819. procedure name, confusing ansi2knr.  (gdevpstr.c)
  820.     - EPS files produced invalid PDF output.  (gdevpdf.c)
  821.     - "Vector" output devices didn't recognize %d in output file names,
  822. or - for output to stdout.  (gdevprn.h, gxdevice.h, gdevprn.c, gdevvec.c,
  823. gsdevice.c)
  824.     - With the pdfwrite driver, restore or grestore would cause a
  825. rangecheck error in .installpagedevice if a setpagedevice had been executed.
  826. (gdevpdfp.c)
  827.     - The pdfwrite driver produced garbage output for text rotated by
  828. angles that were only infinitesimally different from multiples of 90
  829. degrees.  (gdevpdft.c)
  830.     - The pnm[raw] driver didn't handle anti-aliasing properly.
  831. (gdevpbm.c)
  832.     - The PDF writer didn't scale the parameters for [a][width]show
  833. correctly.  (gs_pdfwr.ps, gdevpdft.c)
  834.  
  835. Fixes some minor compilation warnings not affecting code functionality.
  836. (gdevbbox.c, gdevpdfm.c, gshtscr.c, gsmemory.c, gxccman.c, gxfill.c,
  837. gximage0.c)
  838.  
  839. Fixes some bugs in the uniprint driver and adds some more printer models.
  840. (gdevupd.c, bjc610a*.upp, bjc610b*.upp, necp2x6.upp, stc1520h.upp)
  841.  
  842. Makes a small change for clean compilation on BeOS.  (gdevcdj.c)
  843.  
  844. Updates the PNG driver to use updated API calls for allocating/initializing
  845. and freeing the PNG structures.  (gdevpng.c)
  846.  
  847. Platforms
  848. ---------
  849.  
  850. Refactors the MS Windows code to allow building the library without the
  851. interpreter.  (gs_msio.c, gs_mslib.c, gp_mswin.c)
  852.  
  853. Fonts
  854. -----
  855.  
  856. Fixes bugs:
  857.     - definefont was executed twice on TrueType fonts.  (No bad
  858. consequences, just unnecessary work.)  (gs_ttf.ps)
  859.  
  860. Interpreter
  861. -----------
  862.  
  863. Fixes bugs:
  864.     - The fix for the 'stopped' around run_string_* in 5.01 was made
  865. incorrectly.  (gs_init.ps)
  866.     - Many operators that expect a matrix operand didn't accept packed
  867. arrays.  (iutil.c)
  868.     - The default CRD didn't have an explicit BlackPoint, which some
  869. Genoa tests require.  (gs_lev2.ps)
  870.     - A stack protection fix caused setscreen and setcolorscreen with
  871. dictionary operands to give a typecheck.  (gs_dps2.ps)
  872.     - Executing a string didn't handle tail recursion properly if the
  873. last token was followed by a single whitespace character.  (interp.c)
  874.     - Clearing the error indication didn't set errorname to null.
  875. (gs_init.ps)
  876.     - Some unexpected items appeared on the execution stack, confusing
  877. some of the Genoa tests.  (gs_init.ps, istack.h, istack.c, zcontrol.c)
  878.     - The dummy definitions for setucacheparams/ucachestatus didn't look
  879. enough like the real ones.  (gs_dps2.ps)
  880.     - Insideness tests didn't work, because the hit detection device
  881. width and height weren't set up.  (zupath.c)
  882.     - defineuserobject didn't use the same algorithm for growing the
  883. array as Adobe interpreters.  (gs_dps2.ps)
  884.     - eq and ne didn't work correctly on save objects.  (iutil.c)
  885.     - findfont used =string internally, interfering with PostScript
  886. programs that also used it.  (gs_fonts.ps)
  887.     - cshow didn't set up scaled versions of base fonts as the current
  888. font.  (zchar2.c)
  889.     - defineresource didn't make the resource value read-only.
  890. (gs_res.ps)
  891.     - If inustroke got an error, it could return without an error
  892. indication and without changing the stack.  (zupath.c)
  893.     - The arrays returned by different invocations of currentcolorspace
  894. with the same device color space weren't guaranteed to be eq.  (gs_lev2.ps)
  895.     - Out-of-range integers followed by a '.' were converted to names
  896. rather than reals.  (iscan.c, iscannum.c)
  897.     - resourceforall caused an invalidaccess error if currentglobal was
  898. true but the procedure, template, or scratch string was in local VM.
  899. (gs_res.ps)
  900.     - In many places, integer values were converted to floats rather
  901. than doubles, losing precision.  (ichar.h, icharout.h, ifont.h, iutil.h,
  902. idparam.c, iparam.c, iutil.c, zchar.c, zchar1.c, zchar42.c, zcharout.c,
  903. zcie.c, zcolor.c, zcolor1.c, zcolor2.c, zcontrol.c, zcsindex.c, zcssepr.c,
  904. zdpnext.c, zdps1.c, zfont.c, zfont2.c, zgstate.c, zhsb.c, zht.c, zmath.c,
  905. zmatrix.c, zmedia2.c, zpath.c, zpath1.c, zupath.c)
  906.     - The TransformPQR procedure in the default CRD didn't pop its
  907. auxiliary operands from the stack.  (gs_lev2.ps)
  908.     - Because of an incorrect stack depth check, setcolorrendering
  909. sometimes produced a stackunderflow.  (zcrd.c)
  910.     - sethalftone caused an invalidaccess error if the HalfTone type was
  911. not 5, the dictionary was in local VM, and the current VM was global.
  912. (gs_dps2.ps)
  913.     - writeobject and printobject caused an invalidaccess error if the
  914. object being written was in local VM and the current VM was global.
  915. (gs_btokn.ps)
  916.     - ustrokepath appended the strokepath segments to the current path,
  917. rather than replacing the path.  (zupath.c)
  918.     - restore incorrectly purged from the character cache any characters
  919. in a font being freed, even if the font had a UID.  (zfont.c)
  920.     - The definition of zimage_opaque_setup confused ansi2knr.
  921. (zimage.c)
  922.     - Type 42 fonts that included the padding byte in each sfnts string
  923. didn't work if sfnts had more than one string.  (zfont42.c)
  924.     - Doing a garbage collection at the same time as handling a
  925. stackoverflow failed to update the object that needed re-execution, causing
  926. the interpreter to execute random data.  (interp.c)
  927.     - %stdout and %stderr weren't flushed if they were closed
  928. explicitly.  (ziodev.c)
  929.  
  930. For greater Adobe compatibility:
  931.     - Changes setdash to limit dash patterns to 11 elements.  (This is
  932. enforced at the PostScript level: the graphics library doesn't have a
  933. limit.)  (gs_init.ps)
  934.     - Changes ^D and ^Z so they are not self-delimiting characters, and
  935. changes ^K so it is not a whitespace character.  (gs_init.ps, iscan.c,
  936. scantab.c)
  937.     - Makes = cause an error on non-read-accessible objects rather than
  938. printing them as --nostringval--.  (gs_init.ps)
  939.     - When -dSUBSTFONT= is used, makes findfont return the actual named
  940. font, rather than a copy with the FontName changed to the requested one.
  941. (gs_fonts.ps)
  942.     - CFF fonts with a non-default FontMatrix caused an error.
  943. (gs_cff.ps)
  944.  
  945. Fixes some minor compilation warnings not affecting code functionality.
  946. (iparam.c, zfcmap.c)
  947.  
  948. Strengthens the test of o-stack validity in the main interpreter loop in
  949. debug mode.  (interp.c)
  950.  
  951. Changes the filling rule for Type 1 fonts from winding-number to even-odd.
  952. This affects no properly designed fonts, and seems to match Adobe
  953. interpreters better.  (zchar1.c)
  954.  
  955. Implements non-standard Encodings in CFF fonts.  (gs_cff.ps)
  956.  
  957. Changes the default halftone screen for 600 dpi printers from 85 to 106 lpi,
  958. which reduces the number of halftone levels from 50 to 32 but produces
  959. visually better output.  (gs_init.ps)
  960.  
  961. Interpreter (PDF)
  962. -----------------
  963.  
  964. Fixes bugs:
  965.     - Pattern color spaces weren't supported.  (gs_pdf.ps, pdf_draw.ps)
  966.  
  967. Causes references to undefined named Destinations to be ignored rather than
  968. giving an error.  (pdf_main.ps)
  969.  
  970. Library
  971. -------
  972.  
  973. Fixes bugs:
  974.     - A 'const' was omitted in a declaration, upsetting several
  975. compilers.  (gxclread.c)
  976.     - arct and arcto gave an error for negative radii.  (gspath1.c)
  977.     - The collinearity check for arct[o] could cause some arcs to be
  978. rendered as single points.  (gspath1.c)
  979.     - Uncolored patterns sometimes came out blank, because the color
  980. wasn't set before calling the PaintProc.  (gspcolor.c)
  981.     - The phase for masking colored patterns was wrong, producing
  982. incorrect output.  (gspcolor.c)
  983.     - reversepath always appended the current position to the new path,
  984. rather than only doing so if the path just consisted of a single moveto.
  985. (gxpath2.c)
  986.     - cshow didn't restore the current font properly.  (gschar.h,
  987. gschar.c)
  988.     - The check for whether characters can be cached didn't consider
  989. PaintType values other than 0 and 2.  (gschar.c)
  990.     - The bounding box device didn't handle PageCount properly.
  991. (gdevbbox.c)
  992.     - Uncached fonts with a next_char procedure didn't set the glyph
  993. properly.  (gschar.c)
  994.     - Parallelograms with ax < bx, ay < by, and the 'a' edge to the
  995. right of the 'b' edge weren't filled, causing pixels to be omitted from some
  996. highly skewed images.  (gdevddrw.c)
  997.     - 12-bit-per-pixel images in portrait orientation filled each scan
  998. line with the value of the last pixel -- i.e., didn't work.  (gximage4.c)
  999.     - The path representation of a clipping path could include some
  1000. inappropriate, leftover path segments.  (gxcpath.c)
  1001.     - The angle for the miter check was computed in device space rather
  1002. than in user space.  (gxstroke.c)
  1003.     - TrueType fonts were lumpy, and the accents of accented characters
  1004. were placed incorrectly.  (gstype42.c)
  1005.     - Some macros used for generating device prototypes didn't
  1006. parenthesize all uses of their parameters, causing possible errors if the
  1007. parameters were expressions rather than numeric constants.  (gdevprn.h)
  1008.     - When banding, strip halftones (typically produced by
  1009. AccurateScreens) sometimes didn't have the correct phase.  (gxbitmap.h,
  1010. gxclread.c)
  1011.     - A minor change was required for correct compilation with Microsoft
  1012. VC++.  (memory_.h)
  1013.     - Under certain conditions, character shapes could get wildly
  1014. distorted by hints.  (bug introduced in 5.01) (gxhint3.c)
  1015.  
  1016. For greater Adobe compatibility:
  1017.     - Changes reversepath so that the implicit line created by closepath
  1018. is not considered a "segment".  (gxpath2.c)
  1019.  
  1020. Fixes some minor compilation warnings not affecting code functionality.
  1021. (gstype1.c)
  1022.  
  1023. Changes the font and scaled-font caches so that if the font has a UID
  1024. (UniqueID or XUID), the UID and FontType are both considered part of the
  1025. key, and we don't cache fonts with non-zero PaintType.  (The Red Book says
  1026. that changing anything except the Encoding should also change or remove the
  1027. UID, but some files don't do this.  The current fix is probably not
  1028. sufficient, but it is a step in the right direction.)  (gxfcache.h,
  1029. gxccache.c, gxccman.c)
  1030.  
  1031. Splits off the definitions of font_type and fbit_type into a separate file,
  1032. since gxfcache.h now needs font_type.  (gxfcache.h, gxfont.h, gxftype.h)
  1033.  
  1034. Makes the Flex feature in Type 1 fonts conform to the published
  1035. specification, rather than always producing curves.  The comment in the code
  1036. (and in the NEWS entry for release 2.6) says that this breaks some very old
  1037. Adobe fonts: if this turns out to be a problem, we'll figure out a test that
  1038. will do the right thing for these fonts.  (gstype1.c)
  1039.  
  1040. Provides 'double' versions of some API functions to accommodate the
  1041. increased use of doubles in the interpreter.  (gschar.h, gschar.c)
  1042.  
  1043. Adds a compile-time option to force the use of strip halftones, for
  1044. debugging.  (gshtscr.c)
  1045.  
  1046. Changes the hint snapping algorithm in the Type 1 rasterizer so that it will
  1047. only change a stem width by a maximum of 1/2 pixel rather than 1 pixel.
  1048. This appears to help with dropouts at certain sizes.  (gxhint2.c)
  1049.  
  1050. Makes a few changes for clean compilation on BeOS.  (stdpre.h, stat_.h,
  1051. gxcpath.c)
  1052.  
  1053. Version 5.01 (6/22/97)
  1054. ======================
  1055.  
  1056. This fixes a few bugs reported in the 5.0 release.  This will be a
  1057. commercially supported release.
  1058.  
  1059. Documentation
  1060. -------------
  1061.  
  1062. Fixes bugs:
  1063.     - README referred to an obsolete file devarch.txt.  (README)
  1064.     - The comment on flip4x12 had a typo.  (gsflip.c)
  1065.     - The algorithm comments for adjusted_y_spans_pixel weren't precise
  1066. enough.  (gxfill.c)
  1067.     - The usage message printed by the ps2pdf script didn't indicate
  1068. that one can now insert options before the input file name.  (ps2pdf)
  1069.     - The file searching documentation didn't indicate that paths
  1070. beginning with ./ or ../ are considered "explicit" and not subject to
  1071. searching.  (use.txt)
  1072.     - The description of SEARCH_HERE_FIRST in the per-platform makefiles
  1073. indicated that it only applied to initialization files, not to files
  1074. specified on the command line as well.  (*.mak)
  1075.     - There were still some references to 16-bit implementations.
  1076. (install.txt)
  1077.  
  1078. Clarifies that -dNODISPLAY also suppresses output to other devices.
  1079. (use.txt)
  1080.  
  1081. Adds the e-mail address for reporting problems to the bug report form, and
  1082. also a space to report makefile changes.  (bug-form.txt)
  1083.  
  1084. Adds a note under -g indicating that it fixes the media size.  (use.txt)
  1085.  
  1086. Adds an explanation of why Ghostscript can't use the system libraries for
  1087. the JPEG package.  (make.txt)
  1088.  
  1089. Notes that ps2ai doesn't work properly with Adobe's Helvetica-Oblique font,
  1090. and other fonts whose original FontMatrix involves skewing or rotation.
  1091. (psfiles.txt)
  1092.  
  1093. Updates the uniprint documentation slightly.  (devices.txt)
  1094.  
  1095. Notes that the new lj5 drivers do not work with the LJ5L.  (devs.mak)
  1096.  
  1097. Modifies the Aladdin Free Public License slightly to make it clearer that
  1098. the exception for freely redistributable CD-ROMs only applies if the CD-ROM
  1099. is being distributed by itself, not with anything else commercial.  (This
  1100. has always been the case, but the previous wording wasn't clear enough.)
  1101. (PUBLIC)
  1102.  
  1103. Notes that gcc with -O still has code generation problems on H-P RISC
  1104. machines.  (make.txt)
  1105.  
  1106. Adds a pointer to Martin Lottermoser's hpdj driver.  (new-user.txt)
  1107.  
  1108. Enhances and reorganizes the documentation for building Ghostscript, in
  1109. response to user feedback.  (make.txt, install.txt)
  1110.  
  1111. Adds a description of the EPSF recognition feature.  (language.txt)
  1112.  
  1113. Procedures
  1114. ----------
  1115.  
  1116. Fixes bugs:
  1117.     - string__h was misspelled string_h in one place.  (lib.mak)
  1118.     - gs_dps.ps wasn't installed by "make install".  (unix-end.mak)
  1119.     - ccgs (used with non-ANSI C compilers) didn't do the right thing
  1120. with -DPNG_USE_CONST.  (ccgs)
  1121.  
  1122. Adds support for version 96 of libpng, and updates all the makefiles to
  1123. reference it.  (libpng.mak, *.mak)
  1124.  
  1125. Updates the MSVC makefiles to get rid of some warning messages and provide a
  1126. way to specify a library path for the final link.  (msvc*.mak)
  1127.  
  1128. Utilities
  1129. ---------
  1130.  
  1131. Fixes bugs:
  1132.     - The usage message for the gslp utility had a minor typo.
  1133. (gslp.ps)
  1134.     - The "line printer" utility didn't expand tabs properly when
  1135. producing PostScript output.  (gslp.ps)
  1136.     - The gslp utility didn't automatically include the date.  (gslp)
  1137.     - The line printer scripts didn't pass the script name to the
  1138. utility program, so the usage message didn't use the correct name.  (gsbj*,
  1139. gsdj*, gslj*, gslp*, lp*)
  1140.  
  1141. Modifies the gslp utility so that invoking it with no arguments prints the
  1142. usage message.  (gslp.ps)
  1143.  
  1144. Adds the ability to specify the number of bits per component to the
  1145. CMYK-viewing utility.  (viewcmyk.ps)
  1146.  
  1147. Changes the ps2pdf script so that on Windows NT, as on Unix, it allows
  1148. omitting the output file name, automatically replacing the extension of the
  1149. input file with .pdf.  (ps2pdf.bat)
  1150.  
  1151. Drivers
  1152. -------
  1153.  
  1154. Fixes bugs:
  1155.     - Some compilers didn't accept a #define with the macro name on the
  1156. next line.  (gdevpx.c)
  1157.     - The procedure dash_pattern_eq was defined in two places.
  1158. (gdevpdf.c)
  1159.     - The uniprint driver sometimes dropped some output or got confused,
  1160. because of a misunderstanding about how to update device procedure vectors
  1161. properly.  (gdevupd.c)
  1162.     - The PostScript and EPS writers produced binary output for images,
  1163. which generally can't be sent to PostScript printers.  (gdevpsdf.h,
  1164. gdevpdf.c, gdevps.c)
  1165.     - The EPS writer put a %%EOF at the end of the file, which might
  1166. cause problems for some spoolers if the file is embedded in another.
  1167. (gdevps.c)
  1168.  
  1169. Changes the implementation of printer drivers so that they flush the output
  1170. stream after each page.  We aren't absolutely sure that this is a good idea,
  1171. but it prevents certain anomalous behavior where the last page isn't ejected
  1172. properly.  (gdevprn.c)
  1173.  
  1174. Implements a long-delayed update to the mgr drivers, to restore the color
  1175. mapping to an older one.  (gdevmgr.h, gdevmgr.c)
  1176.  
  1177. Updates the uniprint driver with a number of changes from its author.
  1178. (gdevupd.c)
  1179.  
  1180. Platforms
  1181. ---------
  1182.  
  1183. Adds the JPEG, Postscript, and PCL XL drivers, which are included on all
  1184. other platforms, to the MS Windows platforms.  (bcwin32.mak, msvc4.mak,
  1185. msvc5.mak, watcw32.mak)
  1186.  
  1187. Interpreter
  1188. -----------
  1189.  
  1190. Fixes bugs:
  1191.     - composefont defined the resource with the font name and font
  1192. directory interchanged.  (gs_cmap.ps)
  1193.     - With dFIXEDMEDIA, documents requesting other sizes caused an error
  1194. instead of clipping the page.  (gs_init.ps)
  1195.     - PageSize Policy = 7 wasn't implemented.  (However, the current
  1196. implementation is wrong.)  (gs_setpd.ps, zmedia2.c)
  1197.     - FontType resource 42 wasn't defined even if Type 42 fonts were
  1198. supported; similarly for FontType 9, 10, and 11 for CIDFonts.  (gs_cidfn.ps,
  1199. gs_res.ps)
  1200.     - The error handling machinery would break if the name /errordict
  1201. was redefined.  (gs_init.ps)
  1202.     - Level 1 systems got an /undefined in .doneshowpage.  (zdevice.c,
  1203. zdevice2.c)
  1204.     - Because of an initialization order problem, copy didn't work on
  1205. gstates.  (zgeneric.c)
  1206.  
  1207. Adds a naive implementation of findcolorrendering.  (gs_lev2.ps, gs_res.ps)
  1208.  
  1209. Removes the 'stopped' around run_string[_begin/continue/end] so that, as in
  1210. 4.03, errors print a hex dump and exit with a non-zero code instead of
  1211. printing a readable message and continuing.  (We aren't sure that this
  1212. change didn't undo the fix in 5.0 regarding calling startjob from
  1213. run_string.)  (gs_init.ps)
  1214.  
  1215. Interpreter (PDF)
  1216. -----------------
  1217.  
  1218. Fixes bugs:
  1219.     - stdin redirection failed for PDF files even if the new stdin was
  1220. seekable.  This was fixed in 4.02, but the fix stopped working with the
  1221. introduction of .runexec.  (pdf_main.ps)
  1222.  
  1223. Makes the cross-reference reader accept a startxref value that points at the
  1224. EOL before the xref line.  The Adobe documentation doesn't allow this, but
  1225. some real files are this way.  (pdf_main.ps)
  1226.  
  1227. Library
  1228. -------
  1229.  
  1230. Fixes bugs:
  1231.     - The bounding box of a completely empty path was reported as
  1232. garbage.  (gxpath2.c)
  1233.     - Stroking a path with more than one segment didn't produce correct
  1234. output when anti-aliasing was used.  (gspaint.c)
  1235.     - The alpha-buffer device returned an incorrect clipping box,
  1236. causing output to be discarded.  (gdevabuf.c)
  1237.     - gx_forward_get_clipping_box passed the wrong device to the target
  1238. procedure, producing incorrect results.  (gdevnfwd.c)
  1239.     - The sin/cos procedure did some unnecessary computations
  1240. (performance bug only).  (gsmisc.c)
  1241.     - The procedure for adjusting the ends of curves to match the
  1242. tangents did some unnecessary computations (performance bug only).
  1243. (gxpcopy.c)
  1244.     - RAM-based banding always gave an invalidfileaccess error, due to a
  1245. typo in memfile_fopen.  (gxclmem.c)
  1246.     - The algorithms for deciding whether a line is thin still weren't
  1247. correct.  (gxstroke.c)
  1248.     - The fill adjustment values for the any-part-of-pixel case (adjust
  1249. = 0.5) were (0.5-epsilon, 0.5+epsilon), which colored inappropriate
  1250. additional pixels if the higher coordinate was integral.  With considerable
  1251. trepidation, we have changed this to (0.5-epsilon,0.5), which does the right
  1252. thing in every case we can think of.  (gxfill.c)
  1253.     - When banding, paths were clipped to only 0.5 pixel outside their
  1254. bounding box, which may be slightly too conservative; 1 pixel is safer.
  1255. (gxclpath.c)
  1256.     - The algorithm for testing whether an adjusted Y value spanned a
  1257. pixel center was incorrect, causing some pixels to get colored incorrectly.
  1258. (gxfill.c)
  1259.     - 24-bit devices could cause a memory fault, by accessing a pointer
  1260. just beyond the end of the line pointer array.  (gdevm24.c)
  1261.     - Astonishingly enough, the determination of which hints were
  1262. applicable to a given segment of a Type 1 character was wrong in several
  1263. different places.  Fixing this in a way that correctly handled all allowed
  1264. permutations of the coordinate system was not simple.  (gxfont1.h,
  1265. gxhint1.c, gxhint3.c)
  1266.     - The debugging printout macros didn't include the syntactic hack to
  1267. prevent an 'else' from begin assigned to the wrong 'if'.  (gdebug.h)
  1268.     - The bbox device was accidentally limited to 130 x 130 pixels (not
  1269. 130" x 130").  (bug introduced in 5.0) (gdevbbox.c)
  1270.     - The bbox device didn't recognize PageBoundingBox in put_params,
  1271. causing a possible /undefined error on [g]restore.  (gdevbbox.c)
  1272.     - setlinewidth didn't take the absolute value of its operand.
  1273. (zgstate.c)
  1274.     - Some code formatting was slightly off.  (gximage5.c)
  1275.     - Some extra pixels were written for Interpolated images, but they
  1276. were immediately overwritten, so the output was correct.  (gximage5.c)
  1277.  
  1278. Changes the data flipping API from a macro to a procedure, adds a return
  1279. value, and makes the individual flipping procedures private.  (gsflip.h,
  1280. gsflip.c)
  1281.  
  1282. Adds (under an #ifdef FUTURE) code to allow passing multi-plane images
  1283. through the band list.  (gxclpath.h, gxclimag.c, gxclread.c)
  1284.  
  1285. Adds (under an #ifdef FUTURE) code to allow passing interpolated images
  1286. through the band list.  NOTE: interpolated images will appear slightly
  1287. different than without banding, because the part of the image intersecting
  1288. each band will be scaled slightly differently in the (device) Y direction.
  1289. (gxclpath.h, gxclimag.c, gxclread.c, gximage.c)
  1290.  
  1291. Changes Type 1 hinting so that when it moves points on a curve, it does so
  1292. by properly scaling the curve in the given direction.  (gxhint3.c)
  1293.  
  1294. Version 5.0 (6/6/97)
  1295. ====================
  1296.  
  1297. This is the first public release since 4.03.
  1298.  
  1299. Documentation
  1300. -------------
  1301.  
  1302. Fixes bugs:
  1303.     - Fontmap.Sol was incorrectly referred to as Fontmap.Solaris.
  1304. (use.txt)
  1305.     - There was still a reference to pstoppm in the documentation.
  1306. (psfiles.txt)
  1307.     - The JPEG DOS source site information was out of date.  (jpeg.mak)
  1308.     - The list of devices included in the distributed Unix makefiles was
  1309. out of date.  (make.txt)
  1310.     - The MCU size limitation on the DCT filters was documented
  1311. incorrectly.  (current.txt)
  1312.     - The URL for the uniprint driver home page was incorrect.
  1313. (devices.txt)
  1314.     - The makefiles referred to sfilefd.c, which is now named sfxfd.c.
  1315. (gs.mak, *.mak)
  1316.  
  1317. Adds a VMS help file.  (gs-vms.hlp)
  1318.  
  1319. Removes documentation for Digital Unix (OSF/1) 1.2 and 1.3, which are now
  1320. long obsolete, and updates the documentation for current versions.
  1321. (make.txt)
  1322.  
  1323. Notes that there may be a problem with libpng version 0.95.  (libpng.mak)
  1324.  
  1325. Adds some specific documentation for the JPEG drivers.  (devices.txt)
  1326.  
  1327. Adds a suggestion that people compiling Ghostscript check the values of
  1328. JVERSION and PVERSION.  (make.txt)
  1329.  
  1330. Removes the requirement for setting the LIB environment variable when
  1331. compiling with MSVC.  (make.txt)
  1332.  
  1333. Procedures
  1334. ----------
  1335.  
  1336. Fixes bugs:
  1337.     - There were a number of small errors in the new OpenVMS makefile.
  1338. (openvms.mak)
  1339.     - The MSVC makefiles omitted a necessary switch to work around some
  1340. "unspecified Pentium bugs".  (msvccom.mak)
  1341.     - The Borland makefile wasn't even close to working; fixing it
  1342. required moving the compilation rule for genarch.exe into the
  1343. compiler-specific makefiles.  (bcwin32.mak, msvccom.mak, watcw32.mak,
  1344. wincom.mak)
  1345.     - There were some (harmless) undefined macro references in the MSVC
  1346. makefile.  (msvccom.mak)
  1347.  
  1348. Makes it unnecessary to set the LIB environment variable for MSVC.
  1349. (msvc4.mak, msvc5.mak, wincom.mak)
  1350.  
  1351. Adds a note on compiling with the cygwin32 gcc compiler for Windows NT.
  1352. (make.txt)
  1353.  
  1354. Updates vms.mak yet again, hopefully for the last time.  (vms.mak)
  1355.  
  1356. Moves the CGM, JPEG, and MIFF file formats from DEVICE_DEVS8 to
  1357. DEVICE_DEVS14 to shorten command lines; adds pcxcmyk to all platforms that
  1358. include PCX format at all; adds jpeggray to all platforms that include jpeg.
  1359. (devs.mak, *.mak)
  1360.  
  1361. Adds -DPNG_USE_CONST for compiling libpng, to get rid of compiler warning
  1362. messages.  (gs.mak)
  1363.  
  1364. Removes obsolete makefiles from the fileset.  (tccommon.mak, tctail.mak)
  1365.  
  1366. Interpreter
  1367. -----------
  1368.  
  1369. Fixes bugs:
  1370.     - restore was broken if -dNOBIND was invoked.  This fix should have
  1371. been in the 4.81 fileset, but was left out due to operator error.
  1372. (gs_dps1.ps)
  1373.     - Some compilers complained about macro argument replacement within
  1374. a string literal.  (isave.c)
  1375.     -dSAFER didn't allow opening the %stdxxx files, which caused the
  1376. combination of -dSAFER and -dNOBIND to cause an infinite error.
  1377. (gs_init.ps)
  1378.     - If C code used run_string to execute a startjob, an error
  1379. occurred.  (gs_init.ps)
  1380.  
  1381. Library
  1382. -------
  1383.  
  1384. Fixes bugs:
  1385.     - Some compilers complained about macro argument replacement within
  1386. a string literal.  (gxclbits.c, gdevpdfi.c)
  1387.     - At certain resolutions, a 1-pixel line of the wrong color could
  1388. appear at one edge of landscape-oriented monobit images.  (This is the 4th
  1389. or 5th time we have "fixed" this one infuriatingly fragile piece of code.)
  1390. (gxfixed.h, gximage1.c)
  1391.     - The optimized code for landscape monobit images overlooked the
  1392. possibility of partial images, causing parts of images to be translated and
  1393. possibly clipped.  (Yes, it's that same fragile piece of code.)
  1394. (gximage1.c)
  1395.     - The bounding box device allowed resetting its resolution, which
  1396. could cause limitchecks from coordinate overflow.  Our fix is to initialize
  1397. the device to a very high resolution (4000 dpi), which reduces the maximum
  1398. page size it can handle to about 130" on a side.  (gdevbbox.c)
  1399.     - The bounding box device wasn't identified as a page device.
  1400. (gdevbbox.c)
  1401.     - The bounding box device used alone disregarded changes in page
  1402. size.  (gdevbbox.c)
  1403.     - One old compiler didn't allow a structure member name to be the
  1404. same as a typedef name.  (gximage.h, gximage.c, gximage4.c)
  1405.     - The height and band intersection computations for banded images
  1406. still weren't right, leading to inconsistencies in the band list and errors
  1407. in the output (typically, thin horizontal white stripes at band boundaries).
  1408. (gxclimag.c)
  1409.  
  1410. Adds an extensive memory dump facility to the standard allocator.
  1411. Eventually this should be moved into a separate file, but it would be too
  1412. disruptive to do this just before a release.  (gsalloc.c)
  1413.  
  1414. Version 4.81 (6/1/97)
  1415. =====================
  1416.  
  1417. This is a last-minute set of bug fixes before the 5.0 release.
  1418.  
  1419. Documentation
  1420. -------------
  1421.  
  1422. Adds some overlooked helpers to the list.  (helpers.txt)
  1423.  
  1424. Procedures
  1425. ----------
  1426.  
  1427. Makes a distinction between 2-part and 3-digit version numbers.
  1428. (version.mak, vms.mak)
  1429.  
  1430. Utilities
  1431. ---------
  1432.  
  1433. Develops the Type 1 to CFF converter a little further; it is still NOT
  1434. USABLE.  (t1tot2.ps)
  1435.  
  1436. Removes the pstoppm.ps script, since the p*m drivers supersede it.
  1437. (pstoppm.ps, unix-end.mak)
  1438.  
  1439. Drivers
  1440. -------
  1441.  
  1442. Fixes bugs:
  1443.     - The PDF writer sometimes omitted an ET command before setting the
  1444. clip path.  (gdevpdf.c)
  1445.     - The PDF writer didn't initialize the "vector" state, leading to
  1446. some redundant output (performance bug only).  (gdevpdf.c)
  1447.     - The PDF writer wrote clip paths even when they included the entire
  1448. page (performance bug only).  (gdevpdf.c)
  1449.  
  1450. Changes the PDF writer so that it recognizes not only the 14 built-in fonts
  1451. but any font with the same UniqueID and metrics.  This covers some common
  1452. cases of re-registering a font with a variant Encoding.  (gs_pdfwr.ps)
  1453.  
  1454. Platforms
  1455. ---------
  1456.  
  1457. Fixes bugs:
  1458.     - SEARCH_HERE_FIRST was accidentally set to 0 on MS Windows
  1459. platforms.  (bcwin32.mak, msvc4.mak, msvc5.mak, watcw32.mak)
  1460.  
  1461. Adds code to remove "" around arguments in the command line passed to
  1462. WinMain (MS Windows platforms).  (dwmain.cpp, dwmainc.cpp)
  1463.  
  1464. Interpreter
  1465. -----------
  1466.  
  1467. Fixes bugs:
  1468.     - setsystemparams was broken.  (gs_lev2.ps)
  1469.     - restore was broken if -dNOBIND was invoked.  (gs_dps1.ps)
  1470.     - deviceinfo returned much more information than it should.
  1471. (gs_dps.ps)
  1472.     - The fix for the default EndPage procedures not popping their page
  1473. count operand from the stack was wrong.  (gs_init.ps, gs_setpd.ps)
  1474.  
  1475. Library
  1476. -------
  1477.  
  1478. Fixes bugs:
  1479.     - The saved character origin took the translation component of the
  1480. FontMatrix into account, which caused charpath on fonts with non-zero
  1481. translation in the FontMatrix to produce incorrect results.  (gschar.c)
  1482.  
  1483. Removes incorrect access attributes on a couple of files.  (gdevpdfm.c,
  1484. gxclist.h)
  1485.  
  1486. Version 4.80(limited) (5/28/97)
  1487. =====================
  1488.  
  1489. This is the candidate fileset for the 5.0 release.
  1490.  
  1491. Documentation
  1492. -------------
  1493.  
  1494. Fixes bugs:
  1495.     - The one-line description of the color image rendering module was
  1496. incorrect.  (gximage3.c)
  1497.     - Some of the VMS documentation was out of date.  (make.txt,
  1498. use.txt)
  1499.     - The description of the file name separator for -sFONTMAP= was
  1500. wrong.  (use.txt)
  1501.     - PSFile was misspelled PSfile.  (use.txt)
  1502.     - There were some minor typos.  (gstype1.h)
  1503.     - The build instructions had a lot of obsolete information for PC
  1504. environments, and didn't cover Microsoft Visual C++.  (make.txt)
  1505.  
  1506. Explains that -sPAPERSIZE= only specifies the default papersize, and that
  1507. forcing a particular paper size also requires -dFIXEDMEDIA.  (use.txt)
  1508.  
  1509. Adds information about building with GNU make on OpenVMS.  (make.txt)
  1510.  
  1511. Clarifies the meaning of EOFC for streams.  (strimpl.h)
  1512.  
  1513. Documents the new dictionary argument for the eexecDecode filter.
  1514. (language.doc)
  1515.  
  1516. Procedures
  1517. ----------
  1518.  
  1519. Fixes bugs:
  1520.     - gs_epsf.ps didn't get installed on Unix systems.  (unix-end.mak)
  1521.     - The code wouldn't build with libpng 0.95b.  (libpng.mak)
  1522.     - One of the VMS scripts used CC_QUAL instead of CC_DEF.
  1523. (vms-cc.mak)
  1524.     - version.mak wasn't included in a dependency list.  (unix-end.mak)
  1525.  
  1526. Brings the VMS DCL script up to date again (for the last time, we hope).
  1527. (vms.mak)
  1528.  
  1529. Modifies all platform-independent uses of upper-case command line arguments
  1530. to deal properly with VMS, where the shell converts all command line
  1531. arguments to lower case, without requiring quotation.  (devs.mak, gs.mak,
  1532. int.mak, lib.mak, zlib.mak)
  1533.  
  1534. Moves the compilation rules for the third-party libraries into gs.mak, so
  1535. they can be used to compile the callers as well.  (gs.mak, jpeg.mak,
  1536. libpng.mak, zlib.mak)
  1537.  
  1538. Adds a set of files that allow building on OpenVMS using GNU make (slightly
  1539. patched).  The timing on this is unfortunate, but we've wanted this for a
  1540. very long time.  NOTE: be sure to look in the OpenVMS section of make.txt
  1541. for information on patching GNU make.  (openvms.mak, append_l.com,
  1542. rm_all.com, rm_one.com, copy_one.com)
  1543.  
  1544. Adds new makefiles for building on 32-bit Windows with Borland, Watcom, and
  1545. Microsoft Visual C++ (versions 4.x and 5.0).  The timing on this is
  1546. unfortunate too, but having this capability is so important that we couldn't
  1547. pass it up.  (bcwin32.mak, msvc4.mak, msvc5.mak, msvccom.mak, watcw32.mak,
  1548. wincom.mak)
  1549.  
  1550. Removes now-obsolete makefiles.  (dwcommon.mak, msc.mak, msvcwint.mak,
  1551. mscbegin.bat, watcwin.mak)
  1552.  
  1553. Utilities
  1554. ---------
  1555.  
  1556. Extends echogs to work in VMS environments, where the shell converts all
  1557. command line arguments to lower case, without requiring quotation.
  1558. (echogs.c)
  1559.  
  1560. Adds a sketch of a utility for converting Type 1 fonts to CFF.  DOESN'T WORK
  1561. YET: DON'T TRY TO USE IT.  (t1tot2.ps, type1ops.ps, writecff.ps)
  1562.  
  1563. Drivers
  1564. -------
  1565.  
  1566. Fixes bugs:
  1567.     - A type declaration wasn't compatible with libpng 0.95.
  1568. (gdevpng.c)
  1569.     - kshow wasn't handled properly when producing PDF output.
  1570. (gs_pdfwr.ps)
  1571.     - The PDF writer put out unnecessary ET/BT commands.  (gdevpdfx.h,
  1572. gdevpdf.c, gdevpdfi.c, gdevpdfm.c, gdevpdft.c)
  1573.     - The PCL XL writer put out real numbers for the miter limit, which
  1574. are not allowed (!).  (gdevpx.c)
  1575.     - The PCL XL writer didn't combine successive curves into a single
  1576. curve command (performance bug only).  (gdevpx.c)
  1577.     - The PCL XL writer could write uncompressed images with a tag
  1578. saying they were compressed.  (gdevpx.c)
  1579.     - The PCL XL writer always selected U.S. letter paper, rather than
  1580. the requested size.  (gdevpxen.h, gdevpx.c)
  1581.     - The PCL XL writer reselected the paper size on every page, even if
  1582. it hadn't changed.  (gdevpx.c)
  1583.     - The PCL XL writer always used shorts for line and curve
  1584. coordinates, rather than using bytes when possible (performance bug only).
  1585. (gdevpx.c)
  1586.     - Because of a compiler bug, a macro with argument conflicted with a
  1587. variable name.  (gdevpdfx.h, gdevpdf.c)
  1588.     - A picky compiler objected to an extern for an undefined structure.
  1589. (gdevpsdf.h)
  1590.     - The PDF writer sometimes didn't reset the clipping path, causing
  1591. bitmaps or rectangle to disappear.  (gdevpdf.c, gdevpdfi.c)
  1592.     - The PDF writer produced invalid output if the first page was
  1593. blank.  (gdevpdf.c)
  1594.     - The AutoRotatePages parameter for PostScript and PDF output (which
  1595. doesn't actually do anything yet) incorrectly expected a Boolean value
  1596. rather than an enumeration.  (gdevpsdf.h, gdevpsdf.c)
  1597.     - Some places returned -1 for an error without calling gs_note_error
  1598. or gs_return_error.  (gdevm1.c, gdevmpla.c, gdevrun.c, gxclpath.c)
  1599.     - The PCL XL writer produced extremely large files because it didn't
  1600. download character bitmaps.  (OK, this isn't really a bug fix.)  (gdevpx.c)
  1601.     - The forwarding implementation of get_page_device didn't do the
  1602. right thing.  (gdevnfwd.c)
  1603.     - The x11alpha device didn't implement get_params properly, leading
  1604. to anomalous behavior.  (gdevxalt.c)
  1605.     - The PDF writer produced incorrect Count values for outlines: the
  1606. count only counted descendant leaves, omitting intermediate nodes.
  1607. (gdevpdfm.c)
  1608.  
  1609. Removes an assumption that images have at most 4 components.  (gdevpdfi.c)
  1610.  
  1611. Adds an x11gray2 device, primarily for debugging.  (devs.mak, gdevxalt.c)
  1612.  
  1613. Updates the unified printer driver with a newer version.  (uninfo.ps,
  1614. gdevupd.c, *.upp)
  1615.  
  1616. Platforms
  1617. ---------
  1618.  
  1619. Adds the P*M devices and the X11 devices (commented out) to the OS/2
  1620. makefile.  (os2.mak)
  1621.  
  1622. Updates the MS Windows platform to be compatible with Microsoft Visual C++
  1623. (as well as Watcom and Borland compilers).  (gsdll32.def, gdevmswn.h,
  1624. gp_mswin.h, gsdll.h, dwimg.cpp, dwmain.cpp, dwmainc.cpp, dwtext.cpp,
  1625. gdevwdib.c, gdevwprn.c, gdevwpr2.c, gp_mswin.c, gsdll.c)
  1626.  
  1627. Fonts
  1628. -----
  1629.  
  1630. Fixes bugs:
  1631.     - Certain synthetic fonts incorrectly were loaded into local rather
  1632. than global VM.  (These fonts are not part of the standard distribution.)
  1633. (gs_fonts.ps, gs_pfile.ps, *ss*.ps)
  1634.  
  1635. Interpreter
  1636. -----------
  1637.  
  1638. Fixes bugs:
  1639.     - The FAKEFONTS scan could leave junk on the stack.  (gs_fonts.ps)
  1640.     - Dynamically loading known encodings on demand left junk on the
  1641. stack, causing a typecheck error.  (gs_res.ps)
  1642.     - Some 'static' declarations were missing (gcc lossage).  (iname.c)
  1643.     - Some internal operators didn't have names, leading to unhelpful
  1644. error printout.  (zfileio.c)
  1645.     - The resource "operators" didn't always restore the stacks properly
  1646. on an error.  (gs_res.ps)
  1647.     - The CID font code left a garbage value on the stack during
  1648. loading.  (gs_cidfn.ps)
  1649.     - The defineresource implementation for built-in resources like
  1650. FMapType didn't leave the resource "value" on the stack.  (gs_res.ps)
  1651.     - If an operator defined by a procedure was bound into a packed
  1652. procedure, the stack-protection feature wasn't effective.  (interp.c)
  1653.     - findfont didn't restore the stack if it failed.  (gs_res.ps)
  1654.     - The showpage count passed to the BeginPage and EndPage procedures
  1655. was incremented only if a page was printed, rather than for every invocation
  1656. of showpage.  (gs_init.ps, zdevice2.c)
  1657.     - The default EndPage procedures didn't pop their page count operand
  1658. from the stack.  (gs_init.ps, gs_setpd.ps)
  1659.     - If the argument of findfont wasn't a name or a string, and no font
  1660. with that key had been registered, an error occurred.  (gs_fonts.ps,
  1661. gs_res.ps)
  1662.  
  1663. Updates most of the remaining pseudo-operators to take advantage of stack
  1664. protection.  (gs_btokn.ps, gs_cmap.ps, gs_dps1.ps, gs_dps2.ps, gs_fonts.ps,
  1665. gs_lev2.ps, gs_pdfwr.ps)
  1666.  
  1667. Splits the image operators into a separate file from the path painting
  1668. operators.  (This should have been done a long time ago.)  (iimage.h,
  1669. zimage.c, zpaint.c)
  1670.  
  1671. Adds more of the implementation of the NeXT alpha and compositing
  1672. operations, under an #ifdef DPNEXT.  (iimage.h, zcolor1.c, zdpnext.c,
  1673. zimage.c)
  1674.  
  1675. Adds more of the implementation of DPS contexts.  These are still not
  1676. usable.  (icontext.h, icontext.c, zcontext.c, zmath.c)
  1677.  
  1678. Changes the help message to describe -dBATCH instead of -c quit.
  1679. (imainarg.c)
  1680.  
  1681. Recognizes the dictionary argument for the eexecDecode filter.  (zmisc1.c)
  1682.  
  1683. Streams
  1684. -------
  1685.  
  1686. Fixes bugs:
  1687.     - The tracing message when starting to decode 1-D fax data reported
  1688. the run_color incorrectly.  (scfd.c)
  1689.     - In the CCITTFaxDecode filter, if a buffer boundary fell between a
  1690. makeup code and a final zero-length termination code, an ioerror could
  1691. occur.  (scfd.c)
  1692.     - Per Adobe, in the CCITTFaxDecode filter, EndOfBlock = true should
  1693. cause Rows to be ignored.  (scfd.c)
  1694.     - If an output stream returned EOFC, an infinite loop might result.
  1695. This problem (and the fix) are in the same fragile code as the EOD fix in
  1696. 4.74, and we may again have introduced a new bug.  (stream.c)
  1697.  
  1698. Changes the eexecDecode filter so that instead of a number, it can take a
  1699. dictionary with two keys, seed and lenIV.  (Having eexecDecode skip initial
  1700. bytes at all was a design bug that is too late to fix.)  (sfilter.h,
  1701. seexec.c)
  1702.  
  1703. Library
  1704. -------
  1705.  
  1706. Fixes bugs:
  1707.     - The default mapping from RGB+alpha to RGB didn't lighten
  1708. (premultiply) the color according to the alpha value.  (gxcmap.c)
  1709.     - The angle error metric for rational tangent screen parameters
  1710. should be simply the difference in angle, not a ratio.  (gshtscr.c)
  1711.     - gs_setcolorscreen and gs_sethalftone didn't initialize an
  1712. allocator pointer, leading to memory access errors.  (gsht1.c)
  1713.     - If a banded image was clipped, an invalid band list could be
  1714. produced.  (gxclimag.c)
  1715.     - A picky compiler wouldn't allow an enum to be &&'ed with a
  1716. boolean.  (gschar.c)
  1717.     - A short-sighted compiler didn't allow the use of actual procedure
  1718. names (as opposed to procedure variables) in a conditional expression.
  1719. (gxfill.c)
  1720.     - A compiler objected to a name longer than 31 characters.  (gzht.h,
  1721. gsht.c, gxclread.c)
  1722.     - The height computations for banded images were not consistent,
  1723. possibly leading to invalid band lists.  (gxclimag.c)
  1724.     - copypage didn't reset the band writer and band reader bookkeeping
  1725. consistently, leading to incorrect output and possible errors.  (gxcldev.h,
  1726. gxclist.c, gxclread.c)
  1727.     - When banding, changing the halftone could lead to accessing memory
  1728. after freeing it.  (gxclread.c)
  1729.     - When using disk files for band storage, showpage didn't actually
  1730. delete or truncate the band list file, possibly causing subsequent copypage
  1731. operations to become confused.  (gxclfile.c)
  1732.     - When banding, having more than one image operator in progress at a
  1733. time confused the rasterizing pass and could produce arbitrary errors.  From
  1734. PostScript, this can only happen in the case of an image whose data source
  1735. was a procedure-based stream that itself invoked an image operator: this is
  1736. a senseless and perverse thing to do, but it shouldn't break the code (and a
  1737. Genoa CET file actually does it).  (gxclist.h, gxclimag.c, gxclist.c)
  1738.     - Some picky compilers objected to negating unsigned values.
  1739. (gsuid.h, gsht.c, gsmemory.c, gxpcopy.c)
  1740.     - When banding, if a 90- or 270-degree rotated monobit image was
  1741. clipped, invalid memory accesses could occur.  (gximage.h, gximage1.c)
  1742.     - The showpage count passed to the BeginPage and EndPage procedures
  1743. was incremented only if a page was printed, rather than for every invocation
  1744. of showpage.  Fixing this requires removing the incrementing of the count
  1745. from the library level altogether.  (gsdevice.c)
  1746.     - When rendering a subrectangle of an image, the X DDA was
  1747. initialized incorrectly, causing possible errors.  We think this only
  1748. affected certain banded images.  (gxdda.h)
  1749.  
  1750. Adds a provision for images with an alpha component, under an #ifdef DPNEXT.
  1751. ****** THE BANDING CODE HAS NOT BEEN UPDATED YET. ******  (gsiparam.h,
  1752. gxcmap.h, gxdither.h, gximage.h, gsimage.c, gxclimag.c, gxclread.c,
  1753. gxcmap.c, gximage.c, gximage3.c, gximage4.c ****** NOT DONE YET ******,
  1754. gximage5.c)
  1755.  
  1756. Adds a return_if_error macro to capture the common idiom of making a call
  1757. and then returning its value if that value is negative (error).  (gserror.h)
  1758.  
  1759. Version 4.74(limited) (5/5/97)
  1760. =====================
  1761.  
  1762. This fileset is supposed to fix all remaining errors reported by the Genoa
  1763. CET, and is intended to be the last incremental test fileset before the 5.0
  1764. release.
  1765.  
  1766. Documentation
  1767. -------------
  1768.  
  1769. Fixes bugs:
  1770.     - Mark procedures are *not* executed in the normal return case.
  1771. (estack.h)
  1772.     - The line_params element of a gs_imager_state is *not* allocated
  1773. separately.  (gsstate.c)
  1774.     - The value passed to the PDF writer for text is a dictionary, not
  1775. an array.  (gdevpdft.c)
  1776.  
  1777. Improves the documentation of gstate memory management.  (gsstate.c)
  1778.  
  1779. Documents end_status = EOFC for writing streams.  (stream.h, strimpl.h)
  1780.  
  1781. Clarifies memory management for halftones and device halftones.  (gsht1.h,
  1782. gxdht.h, gxht.h, gzht.h)
  1783.  
  1784. Removes the "experimental" tag from the PostScript and EPS writers.
  1785. (devs.mak)
  1786.  
  1787. Utilities
  1788. ---------
  1789.  
  1790. Fixes bugs:
  1791.     - The viewpcx utility scaled images improperly.  (viewpcx.ps)
  1792.     - If a PDF file used F instead of f for filling a path, pdf2ps
  1793. didn't output the fill operation.  (pdf_base.ps)
  1794.  
  1795. Changes the ps2pdf script so that, like pdf2ps, it allows debugging
  1796. switches.  (ps2pdf)
  1797.  
  1798. Drivers
  1799. -------
  1800.  
  1801. Fixes bugs:
  1802.     - The vgalib driver didn't clip monobit images properly.
  1803. (gdevvglb.c)
  1804.     - The X driver asked for exposure events to be reported, but never
  1805. read them, causing the event queue to grow indefinitely.  (gdevxini.c)
  1806.     - The "vector" drivers and the PDF writer didn't properly keep track
  1807. of whether the current clipping region was the default one.  (gs_pdfwr.ps,
  1808. gdevvec.h, gdevvec.c, gdevpdf.c, gdevpdft.c)
  1809.     - The PDF writer had word and character spacing interchanged.
  1810. (gdevpdft.c)
  1811.     - The PDF writer scaled word and character spacing incorrectly.
  1812. (gdevpdft.c)
  1813.  
  1814. Interpreter
  1815. -----------
  1816.  
  1817. Fixes bugs:
  1818.     - The user object operators didn't leave the stack in a clean state
  1819. if they failed.  (gs_dps2.ps)
  1820.     - UserObjects wasn't actually defined.  (gs_dps2.ps)
  1821.     - deviceinfo and set/currenthalftonephase were defined even if the
  1822. dps feature wasn't selected.  (int.mak, gs_dps.ps, gs_dps1.ps, gs_lev2.ps,
  1823. zdps.c, zdps1.c)
  1824.     - The dps feature didn't automatically include the level2 feature,
  1825. which it needs.  (int.mak)
  1826.     - The DPS user names mechanism didn't work, since the user names
  1827. array was subject to save and restore.  (It still doesn't really work --
  1828. there is no provision for expanding the user names array, which is created
  1829. with length 0.)  (gs_btokn.ps, ivmspace.h, zbseq.c, zdps.c)
  1830.     - The DPS context operators didn't do all the necessary error
  1831. checking.  (zcontext.c)
  1832.     - The debugging printout for names printed the name index in hex
  1833. without identifying it as such.  (idebug.c)
  1834.     - Adding the first non-name key (or name key with a name index
  1835. beyond 4K) to a dictionary that had any deleted entries could cause some
  1836. entries to apparently disappear.  (idict.c)
  1837.     - If a sub-table of the name table was freed during garbage
  1838. collection, memory could be left in an inconsistent state.  (iname.c, igc.c)
  1839.     - findfont didn't restore the stacks reliably if an error occurred.
  1840. (gs_fonts.ps)
  1841.     - definefont with an invalid Type 0 font sometimes added a FID entry
  1842. (with a dangling pointer) if it failed.  (Recovering properly from a VMerror
  1843. during font creation would require a much more complicated fix than this,
  1844. but since we expect a garbage collection to occur in that case, we aren't
  1845. concerned about it.)  (zfont0.c)
  1846.     - Reading parameter values from a dictionary could access beyond the
  1847. end of the array that keeps track of which entries had been referenced.
  1848. (idict.h, idict.c, iparam.c)
  1849.     - Halftone data was allocated in the current VM rather than in the
  1850. same VM as the halftone dictionary or procedure.  (Fixing this includes
  1851. updating code as necessary for the change in halftone and device halftone
  1852. allocation.)  (iht.h, ivmspace.h, zht.c, zht1.c, zht2.c)
  1853.     - Closed non-executable files on the e-stack could cause a restore
  1854. to be invalid.  (zvmem.c)
  1855.  
  1856. Adds skeleton code for the NeXT Display PostScript alpha and compositing
  1857. operators.  This is not ready for use yet!  (errors.h, gs_dpnxt.ps,
  1858. zdpsnext.c)
  1859.  
  1860. Implements more of state saving and restoring for Display PostScript
  1861. contexts.  This is not ready for use yet either.  (int.mak, icontext.h,
  1862. istack.h, icontext.c, zcontext.c)
  1863.  
  1864. Adds stub code for the Display PostScript view clip operators.  (gs_dps.ps,
  1865. zdps.c)
  1866.  
  1867. Removes the obsolete PPM-writing operator.  (int.mak, vms.mak, *.mak,
  1868. zwppm.c)
  1869.  
  1870. Makes the random number generator state public so it can be stored in the
  1871. context state.  (zmath.c)
  1872.  
  1873. Changes the flag for forcing global garbage collection to a run-time
  1874. variable, for debugging.  (igc.c)
  1875.  
  1876. Changes the handling of job control so that it doesn't use procedures that
  1877. produce an execstackoverflow when being printed.  (gs_init.ps)
  1878.  
  1879. Updates code as necessary for the change in reference counting.  (zcie.c,
  1880. zcrd.c)
  1881.  
  1882. Updates code as necessary for the change in off-stack gstate copying.
  1883. (zdps1.c)
  1884.  
  1885. Removes a small bit of obsolete code.  (interp.c)
  1886.  
  1887. Streams
  1888. -------
  1889.  
  1890. Fixes bugs:
  1891.     - An output stream that was not the last one in a pipeline could
  1892. incorrectly be asked to write its EOD marker more than once.  (The fix is
  1893. very fragile and may have introduced new bugs.)  (stream.c)
  1894.  
  1895. Library
  1896. -------
  1897.  
  1898. Fixes bugs:
  1899.     - The gx_device_halftone_release procedure was declared in two
  1900. different header files.  (gzht.h)
  1901.     - Off-stack copying of gstates could lead to a situation where
  1902. different parts of a single gstate were owned by different allocators; this
  1903. could cause them to be freed improperly, corrupting memory.  We fixed this
  1904. partly by making the mixed ownership situation work, and partly by copying
  1905. more of the gstate when off-stack gstates are involved.  Unfortunately, the
  1906. fixes are subtle and may have introduced new bugs.  (gsstate.h, gsht.c,
  1907. gsht1.c, gspcolor.c, gsstate.c)
  1908.     - If an error occurred while creating a Pattern instance, the
  1909. partially initialized instance structure wasn't freed.  (gspcolor.c)
  1910.     - Halftones and device halftones didn't allocate their clones or
  1911. their subsidiary structures with the correct allocator.  (gsht.c, gsht1.c)
  1912.     - The error statement when allocating a reference-counted object had
  1913. to be a control transfer.  (gsrefct.h)
  1914.     - Copying gstates incorrectly copied the memory and saved pointers,
  1915. and the pointer to the dash pattern.  (gsstate.c)
  1916.     - Flatness values less than 0.5 produced far more line segments than
  1917. necessary (roughly the square of the required number).  Fixing this may have
  1918. bad effects on character quality -- this remains to be seen.  (gxpflat.c)
  1919.     - An error during installation of a halftone could leave things in
  1920. an inconsistent state.  (gsht.c)
  1921.     - The API didn't provide enough flexibility with respect to memory
  1922. management for halftones, or guarantee consistent allocation of a halftone
  1923. and its subelements.  (gsht1.h, gsht.c, gsht1.c, gshtscr.c)
  1924.     - Releasing a path didn't clear enough pointers to ensure clean
  1925. garbage collection.  (gxpath.c)
  1926.     - Finalizing or discarding a (cached) scaled font didn't properly
  1927. unlink it from the scaled_fonts list.  (gsfont.c)
  1928.     - Invoking an image operator within the BuildChar procedure for a
  1929. charpath caused an infinite loop.  (gsimage.c)
  1930.     - The bookkeeping for the scaled font cache was incorrect: the count
  1931. didn't always get decremented when a scaled font was freed.  (gsfont.c)
  1932.     - "High level" masked images were written incorrectly in the band
  1933. list as black-and-white images.  (gxclimag.c)
  1934.     - For "high level" images with fewer than 4 samples per pixel,
  1935. non-standard Decode values were written incorrectly in the band list.
  1936. (gxclimag.c)
  1937.     - The color wasn't set correctly for "high level" masked images.
  1938. (gxclimag.c)
  1939.     - The fastest case of monobit image rendering could get a memory
  1940. access error if the image lay partly outside the page.  (gximage1.c)
  1941.     - Clipping with an empty path was a no-op, rather than clipping out
  1942. everything.  (gxcpath.c)
  1943.  
  1944. Makes reference-counted objects remember which allocator owns them: this
  1945. entails a NON-BACKWARD-COMPATIBLE change to some of the macros for reference
  1946. counting.  This was necessary to fix the off-stack gstate copying problem.
  1947. (gsrefct.h, gscie.c, gscolor.c, gscolor1.c, gscolor2.c, gscsepr.c,
  1948. gsstate.c, gxclread.c)
  1949.  
  1950. Refactors the unpacking of image data, to make unpacking available as a
  1951. general facility.  (gximage.h, gxsample.h, gximage.c, gximage0.c,
  1952. gximage1.c, gximage4.c, gxsample.c)
  1953.  
  1954. Enhances -Z? so that before freeing an object, it checks that the object was
  1955. owned by the correct allocator.  (gsalloc.c)
  1956.  
  1957. Version 4.73(limited) (4/19/97)
  1958. =====================
  1959.  
  1960. This is an incremental bug fix release made primarily to provide a
  1961. synchronization point for an upcoming trip.
  1962.  
  1963. Documentation
  1964. -------------
  1965.  
  1966. Fixes bugs:
  1967.     - A reference to the uniprint documentation was incorrect.
  1968. (current.txt)
  1969.     - -Olimit 1000 is not enough now for DEC Ultrix, 1200 is required;
  1970. this is also required for SGI IRIX.  (make.txt)
  1971.  
  1972. Adds argument/result comments to all the operators defined in gs_lev2.ps.
  1973. (Eventually we will do this for all operators defined as PostScript
  1974. procedures.)  (gs_lev2.ps)
  1975.  
  1976. Procedures
  1977. ----------
  1978.  
  1979. Fixes bugs:
  1980.     - The makefiles didn't provide a default value for GCONFIG_EXTRAS.
  1981. (gs.mak)
  1982.  
  1983. Utilities
  1984. ---------
  1985.  
  1986. Fixes bugs:
  1987.     - pdf2ps didn't work with TrueType or compressed Type 1 fonts.
  1988. (gs_pdf.ps, pdf_2ps.ps, pdf_font.ps)
  1989.  
  1990. Drivers
  1991. -------
  1992.  
  1993. Fixes bugs:
  1994.     - A cast from byte to char was omitted.  (gdevpdfm.c)
  1995.  
  1996. Platforms
  1997. ---------
  1998.  
  1999. Updates the VMS script (again).  (vms.mak)
  2000.  
  2001. Interpreter
  2002. -----------
  2003.  
  2004. Fixes bugs:
  2005.     - A module that used strlen didn't include string_.h.  (zdevice.c)
  2006.     - Because of some bad PostScript code in FrameMaker output, identity
  2007. rather than unity black generation and undercolor removal functions are
  2008. required on black-and-white devices.  (gs_init.ps)
  2009.     - A harmless internal error during initialization left bogus
  2010. information in $error.  (gs_cidfn.ps)
  2011.     - startjob didn't clear the execution stack.  Fixing this required
  2012. NON-BACKWARD-COMPATIBLE changes to the internal operators .instopped, .stop,
  2013. and .stopped, which are not supposed to be used by any external code.
  2014. (startjob will still give errors if executed in a file that isn't being
  2015. piped from stdin; this will take longer to fix.)  (gs_init.ps, gs_lev2.ps,
  2016. iref.h, imain.c, interp.c, zcontrol.c, zfile.c)
  2017.  
  2018. Adds a new .execn operator, part of the startjob changes, that allows
  2019. pushing multiple items on the exec stack.  Eventually this will allow us to
  2020. get rid of many dynamically created closures.  (zcontrol.c)
  2021.  
  2022. Interpreter (PDF)
  2023. -----------------
  2024.  
  2025. Fixes bugs:
  2026.     - Landscape-mode PDF files weren't rotated properly.  (gs_pdf.ps,
  2027. pdf_main.ps)
  2028.  
  2029. Makes the default PDF configuration notify users more informatively when
  2030. encountering an encrypted file.  (pdf_sec.ps)
  2031.  
  2032. Streams
  2033. -------
  2034.  
  2035. Makes the RunLengthEncode filter always generate optimally compressed
  2036. output.  We did this because we thought one of the Genoa CET files loops
  2037. forever if this is not the case; but we were wrong.  (srle.c)
  2038.  
  2039. Library
  2040. -------
  2041.  
  2042. Fixes bugs:
  2043.     - If one coordinate of a position or distance overflowed the
  2044. internal representable range, the other coordinate became garbage.  (bug
  2045. introduced in 4.70) (gspath.c)
  2046.     - The bounding box computation for strokes was slightly too large
  2047. (sometimes much too large).  (gxpaint.h, gdevbbox.c, gxclpath.c, gxstroke.c)
  2048.  
  2049. Adds (under an #if 0) an experimental alternate halftone cell choice
  2050. algorithm.  (gshtscr.c)
  2051.  
  2052. Adds a better comment to a particularly obscure line of C code.
  2053. (gxclimag.c)
  2054.  
  2055. Version 4.72(limited) (4/14/97)
  2056. =====================
  2057.  
  2058. This is another bug fix release, motivated mostly by Genoa testing.  It also
  2059. updates the new uniprint driver with a major revision, and upgrades CFF
  2060. support a little bit.
  2061.  
  2062. Documentation
  2063. -------------
  2064.  
  2065. Fixes bugs:
  2066.     - -dNOGC only disables default automatic garbage collection, not all
  2067. garbage collection.  (use.txt)
  2068.     - Apparently a different set of flags is needed for newer H-P
  2069. compilers.  (make.txt)
  2070.  
  2071. Replaces the tiny FAQ with a pointer to the on-line FAQ.  (use.txt)
  2072.  
  2073. Updates the documentation for the uniprint driver.  (devices.txt)
  2074.  
  2075. Clarifies the fact that Ghostscript reads Fontmap files from *all*
  2076. directories in the search list.  (use.txt)
  2077.  
  2078. Notes that building on Linux may require SM and ICE in the list of X
  2079. libraries.  (make.txt)
  2080.  
  2081. Procedures
  2082. ----------
  2083.  
  2084. Fixes bugs:
  2085.     - An -include type42 was omitted from the level2 module description.
  2086. (int.mak)
  2087.     - A mention of $(ECHOGS) in the rule for sfile should have been
  2088. $(ECHOGS_XE).  (lib.mak)
  2089.     - The pcx2up sample device should have been put in devs.mak rather
  2090. than lib.mak.  (devs.mak, lib.mak)
  2091.     - scanchar.h and scantab.c belong in the library, not the
  2092. interpreter.  (devs.mak, int.mak, lib.mak)
  2093.     - Some _h definitions were used before being defined, or weren't
  2094. defined at all.  (devs.mak, lib.mak)
  2095.     - The JPEG driver was missing a dependency.  (devs.mak)
  2096.     - The PDF writer was missing a dependency.  (devs.mak)
  2097.     - Building Level 1 systems was no longer possible.  (int.mak)
  2098.  
  2099. Updates the VMS build scripts.  (vms.mak, vms-decc.mak)
  2100.  
  2101. Adds *.upp to the list of files installed under Unix.  (unix-end.mak)
  2102.  
  2103. Adds rules to the Unix makefiles to build two library files: gs.a,
  2104. consisting of the entire PostScript/PDF interpreter lacking only gs.c, and
  2105. gslib.a, consisting of the graphics library without the gslib.c test driver.
  2106. (ansihead.mak, cc-head.mak, gcc-head.mak, unixtail.mak)
  2107.  
  2108. Drivers
  2109. -------
  2110.  
  2111. Fixes bugs:
  2112.     - The PS/EPS writers could generate a reference to an undefined
  2113. name.  (gdevps.c)
  2114.     - The PDF writer produced incorrect output for multi-level outlines.
  2115. (gdevpdfm.c)
  2116.     - The PDF writer didn't convert /Action to /A, and /Action/Subtype
  2117. to /S, in Annot dictionaries.  (gdevpdfm.c)
  2118.     - The PDF writer didn't work in Level 1 systems.  (gs_pdfwr.ps)
  2119.     - The PDF writer didn't transform /Rect and /R values to current
  2120. user coordinates.  (gs_pdfwr.ps, gdevpdfx.h, gdevpdfm.c)
  2121.     - The PNG writer could refer to the 3 predefined stdio files even in
  2122. environments where this was undesirable.  (gdevpng.c)
  2123.     - The PDF writer had a compiled-in limit of 100 pages of output.
  2124. (gdevpdfx.h, gdevpdf.c)
  2125.  
  2126. Updates the uniprint driver with a major revision that uses device
  2127. parameters that can be set from the command line, rather than PostScript
  2128. code, for configuration choices.  (gdevupd.c, *.upp)
  2129.  
  2130. Platforms
  2131. ---------
  2132.  
  2133. Fixes bugs:
  2134.     - gp_enumerate_files_next had no way to return an error.  (gp.h,
  2135. gp_dosfe.c, gp_ntfs.c, gp_os2.c, gp_unifs.c, gp_vms.c) ****** NOT
  2136. IMPLEMENTED YET ******
  2137.     - On the Watcom platform, CPU_TYPE >= 486 didn't automatically set
  2138. FPU_TYPE to 387.  (wccommon.mak)
  2139.  
  2140. Interpreter
  2141. -----------
  2142.  
  2143. Fixes bugs:
  2144.     - Caching the current device in userdict could create dangling
  2145. references.  (gs_init.ps, gs_pdfwr.ps, zdevice.c)
  2146.     - If an error occurred in a BuildChar or BuildGlyph procedure, the
  2147. graphics state stack wasn't restored.  (ichar.h, zchar.c, zchar2.c)
  2148.     - There was an obsolete check for a structure when cleaning up after
  2149. a show operator.  (zchar.c)
  2150.     - Attempting to show a character with no associated glyph in a Type
  2151. 3 font with a BuildGlyph procedure caused an error.  (zchar.c)
  2152.     - noaccess on a read-only dictionary didn't give an error.
  2153. (ztype.c)
  2154.     - The dictionary passed to a Pattern's PaintProc was the original
  2155. template, not the copy made by makepattern.  (gs_lev2.ps)
  2156.     - Invalid font parameters could result in partially constructed
  2157. fonts, which caused problems for restore.  (zfont0.c, zfont2.c)
  2158.     - Files run under job control caused an error when terminating.
  2159. (gs_init.ps)
  2160.     - setpagedevice didn't protect itself against malfunctioning
  2161. BeginPage or EndPage procedures.  (The protection is still not perfect.)
  2162. (gs_setpd.ps)
  2163.     - .type42execchar called font_param redundantly.  (zchar42.c)
  2164.     - The font operators didn't protect themselves well enough against
  2165. bogus font dictionaries.  (zfont.c, zfont0.c)
  2166.     - If an error occurred within a stringwidth, the graphics state
  2167. stack wasn't restored properly.  (zchar.c)
  2168.     - If an error occurred within the PaintProc of a form, the graphics
  2169. state stack was left with an extra entry.  (gs_lev2.ps)
  2170.     - Registering a font under a second name could corrupt data
  2171. structures.  (zfont2.c)
  2172.     - Different scalings of the same font should have "equal" fontIDs,
  2173. to match the Adobe implementations.  (iutil.c)
  2174.     - Errors detected by PostScript code during initialization either
  2175. allowed execution to continue or produced a hex stack dump, instead of just
  2176. producing a message and exiting.  (interp.c)
  2177.     - The memory validator didn't validate chunks at previous save
  2178. levels.  (ilocate.c)
  2179.     - The Level 1 size of systemdict was too small.  (iinit.c)
  2180.     - Attempting to define a Category resource in local VM gave a
  2181. typecheck error rather than an invalidaccess.  (gs_res.ps)
  2182.     - Building Level 1 systems was no longer possible.  (zusparam.c)
  2183.  
  2184. Rearranges the interpreter code slightly so that all operator invocations go
  2185. through a single procedure when debugging.  (interp.c)
  2186.  
  2187. Adds a -K<numK> switch to limit the total amount of memory that Ghostscript
  2188. can acquire.  (imainarg.c)
  2189.  
  2190. Makes the memory validator check packed refs more carefully.  (ilocate.c)
  2191.  
  2192. Makes the memory validator check explicitly for pointers to freed objects.
  2193. (igc.c, ilocate.c)
  2194.  
  2195. Makes the memory validator check dictionaries more carefully.  (ilocate.c)
  2196.  
  2197. Makes the memory validator check refs embedded in structures.  (ilocate.c)
  2198.  
  2199. Adds a debugging option that bypasses the garbage collector entirely.
  2200. (igc.c)
  2201.  
  2202. Adds debugging options to validate memory before/after save/restore.
  2203. (zvmem.c)
  2204.  
  2205. Removes the patch for the uniprint driver, since it is no longer needed.
  2206. (gs_init.ps)
  2207.  
  2208. Implements real-number operands in CFF fonts.  (gs_cff.ps)
  2209.  
  2210. Implements non-default charsets in CFF fonts.  (gs_cff.ps)
  2211.  
  2212. Interpreter (PDF)
  2213. -----------------
  2214.  
  2215. Fixes bugs:
  2216.     - The PDF 1.2 "marked content" operators weren't defined.
  2217. (pdf_main.ps)
  2218.     - Streams with binary data whose first character was an EOL (\n)
  2219. didn't parse properly.  Unfortunately, the way we fixed this may break some
  2220. other files.  (pdf_base.ps)
  2221.     - PDF 1.2 #nn escape syntax in names wasn't recognized.  ****** This
  2222. is implemented with an inefficient hack that should be moved down into C.
  2223. However, I don't want to risk introducing new bugs during the beta test
  2224. period. ****** (pdf_base.ps)
  2225.     - The interpreter had a limit of 64K objects.  Removing this limit
  2226. required changing a basic data structure -- admittedly a risky thing to do
  2227. during beta test.  (pdf_base.ps, pdf_main.ps)
  2228.     - TJ didn't multiply the offsets by the font size, causing incorrect
  2229. character positioning.  (gs_pdf.ps)
  2230.  
  2231. Streams
  2232. -------
  2233.  
  2234. Fixes bugs:
  2235.     - The ASCIIHexDecode filter read an extra character in case of
  2236. error.  (sstring.c)
  2237.  
  2238. Adds more tracing output to the CCITTFaxDecode stream.  (scfd.c)
  2239.  
  2240. Library
  2241. -------
  2242.  
  2243. Fixes bugs:
  2244.     - The allocator client name for rendering bitmap patterns was
  2245. incorrect.  (Only affects tracing output.)  (gspcolor.c)
  2246.     - The check for exceeding the overall allocation limit was
  2247. incorrect, because of unsigned arithmetic.  (Only affects limitation of
  2248. total allocation, which is only used for debugging and benchmarking.)
  2249. (gsmemory.c)
  2250.     - The 0'th component of colored screens wasn't passed through the
  2251. band list, possibly causing access errors when rasterizing.  (gxclimag.c,
  2252. gxclread.c)
  2253.     - setbbox could get an overflow without detecting it.  (gsdps1.c)
  2254.     - Images with only one component but MultipleDataSources = true
  2255. could cause a memory access error.  (gximage.c)
  2256.     - The buffer for unpacking 12-bit-per-sample image data was too
  2257. small, causing memory corruption.  (gximage.c)
  2258.     - 12-bit-per-sample images with multiple data sources sometimes
  2259. didn't pass correct pointers to image_data.  (gsimage.c)
  2260.     - If an image data stream reached EOF before supplying enough data
  2261. for the entire image, memory corruption could occur.  (zpaint.c)
  2262.     - When a device halftone was freed, some pointers in the halftone
  2263. cache weren't cleared, leading to possible dangling references.  (gsstate.c)
  2264.     - Invalid font parameters could result in partially constructed
  2265. fonts, which caused problems for restore.  (gxfont0.h, gsfont.c)
  2266.     - If an error occurred within a stringwidth, the graphics state
  2267. stack wasn't restored properly.  (gschar.c)
  2268.     - The (static) limit on the size of a command line argument was too
  2269. small.  (gsargs.h)
  2270.     - Building Level 1 systems was no longer possible.  (gxdht.h,
  2271. gsht.c, gsht1.c)
  2272.     - Truncation instead of rounding caused colors on gray-scale devices
  2273. to come out very slightly too dark.  (gxcmap.c)
  2274.     - The Decode mapping table constructed for images was slightly
  2275. inaccurate for ranges other than [0 1] or [1 0].  (gximage.c)
  2276.  
  2277. Version 4.71(limited) (3/31/97)
  2278. =====================
  2279.  
  2280. This is a bug fix release during the beta test period.
  2281.  
  2282. Documentation
  2283. -------------
  2284.  
  2285. Fixes bugs:
  2286.     - A larger value of -Olimit is now needed to optimize gxclread.c.
  2287. (make.txt)
  2288.     - Some comments were incorrect.  (gdevbbox.h, sfilter1.c)
  2289.  
  2290. Updates the GPL with a newer version from FSF.  (COPYLEFT)
  2291.  
  2292. Notes that the gcc 2.7.x code generation bug is fixed in 2.7.2.1.
  2293. (make.txt)
  2294.  
  2295. Procedures
  2296. ----------
  2297.  
  2298. Fixes bugs:
  2299.     - Some streams required by high-level drivers were incorrectly
  2300. grouped with the interpreter rather than the library.  (int.mak, lib.mak)
  2301.     - The choice of implementation for file streams was buried in an
  2302. obscure place, rather than being included in the configuration definitions
  2303. at the head of each makefile.  (We believe there are no more such buried
  2304. parameters.)  This involved a NON-BACKWARD-COMPATIBLE change in the way this
  2305. choice was specified.  (lib.mak, *.mak)
  2306.     - Some dependencies were missing.  (lib.mak)
  2307.  
  2308. Drivers
  2309. -------
  2310.  
  2311. Fixes bugs:
  2312.     - A variable was used before being initialized, causing get_bits
  2313. (and raster ops) to fail when using alternate X devices.  (bug introduced in
  2314. 4.70.)  (gdevxalt.c)
  2315.     - Some 'private' declarations were omitted.  (It is infuriating that
  2316. gcc doesn't check for this!)  (gdevps.c, gdevpx.c)
  2317.     - A few character strings were used as byte arrays without a cast.
  2318. (gdevpx.c)
  2319.     - The EPS writer didn't write a correct bounding box, and didn't
  2320. write it at the beginning of the file.  (gdevvec.h, gsstruct.h, gdevps.c,
  2321. gdevvec.c)
  2322.     - x_copy_color specified an incorrect (too large) image width.
  2323. Apparently this only mattered because it could cause invalid memory
  2324. accesses.  (gdevx.c)
  2325.     - x_copy_mono also specified too large an image width.  It's not
  2326. clear this made any difference.  (gdevx.c)
  2327.     - The default implementation of strip_copy_rop didn't clamp Y values
  2328. to legal values for get_bits.  (gdevmrop.c)
  2329.  
  2330. Interpreter
  2331. -----------
  2332.  
  2333. Fixes bugs:
  2334.     - Some initialization files prematurely switched the interpreter
  2335. into Level 2 mode, causing some Level 2 operators not to be defined.  (bug
  2336. introduced in 4.60 or later.)  (gs_cff.ps, gs_cidfn.ps, gs_cmap.ps,
  2337. gs_init.ps, gs_res.ps)
  2338.  
  2339. Streams
  2340. -------
  2341.  
  2342. Fixes bugs:
  2343.     - The choice of procedure names for the file-descriptor-based
  2344. implementation of file streams was buried in a .c file, rather than being
  2345. chosen in the makefile.  (sfile.c[deleted], sfileno.c[deleted], sfxstdio.c,
  2346. sfxfd.c, sfxboth.c)
  2347.  
  2348. Library
  2349. -------
  2350.  
  2351. Fixes bugs:
  2352.     - rcurveto was broken -- it drew curves to random points.  (bug
  2353. introduced in 4.61.)  (gspath.c)
  2354.     - A trailing comma in an enum definition upset some compilers.  (bug
  2355. introduced in 4.70.)  (gstype1.h)
  2356.     - Type 1 fonts with hint replacement could produce anomalous or
  2357. clipped output, or even missing lines.  (Also cleans up some out-of-date
  2358. formatting.)  (gxtype1.h, gstype1.c, gxhint2.c)
  2359.     - Removes some conditionals for choosing between old and new
  2360. algorithms.  (gxhint3.c)
  2361.     - makebitmappattern required that the bitmap consist of only a
  2362. single tile repetition.  (gspcolor.c)
  2363.     - Some computations on RasterOps didn't take transparency into
  2364. account properly.  (gdevmrop.c)
  2365.     - The structure definition for imager and graphics states had an
  2366. incorrect offset for line_params, causing the garbage collector not to mark
  2367. or relocate dash patterns, possibly causing memory faults, FPEs, or invalid
  2368. output.  (bug introduced since 4.03.)  (gsstate.c)
  2369.     - 'show' operators gave a limitcheck for unreasonable coordinates,
  2370. even if limit clamping was enabled.  (gschar.c)
  2371.  
  2372. Implements banded filling and stroking with colored halftones, in addition
  2373. to pure colors and binary halftones.  Since we are in a beta test period,
  2374. actual use of this feature (but *not* all the code implementing it) is
  2375. disabled under an #ifdef FUTURE.  (gsdcolor.h, gxcldev.h, gxclpath.h,
  2376. gxdht.h, gxhttype.h, gsht.c, gxclimag.c, gxclpath.c, gxclread.c)
  2377.  
  2378. Version 4.70(limited) (3/26/97)
  2379. =====================
  2380.  
  2381. This fileset fixes the one outstanding compilation problem on PC platforms
  2382. and the old problem of limitchecks for out-of-bounds coordinates, and adds a
  2383. variety of new features, including the ability to save away the band lists
  2384. for pages and rasterize them later and/or elsewhere in any order and
  2385. combination.  This is the first "serious beta" candidate for the next
  2386. general release.
  2387.  
  2388. Fileset numbers 4.62 through 4.69 were skipped deliberately.
  2389.  
  2390. Documentation
  2391. -------------
  2392.  
  2393. Fixes bugs:
  2394.     - The list of special -d and -s switches was out of date.  (use.txt)
  2395.     - The name of the zlibDecode filter was incorrectly written
  2396. zlibEncode.  (language.txt)
  2397.  
  2398. Documents where to find out how to install gcc 2.7.x on SGI IRIX 6.x.
  2399. (make.txt)
  2400.  
  2401. Documents a makefile patch required on NeXTStep.  (make.txt)
  2402.  
  2403. Documents how to patch gcc to fix the AXP code generation bug.  (make.txt)
  2404.  
  2405. Adds documentation for the new unified printer driver.  (devices.txt)
  2406.  
  2407. Procedures
  2408. ----------
  2409.  
  2410. Fixes bugs:
  2411.     - 'make distclean' didn't remove a couple of files.  (gs.mak)
  2412.     - A library module didn't include a necessary dependency.  (lib.mak)
  2413.     - A new .ps file wasn't installed properly.  (unix-end.mak)
  2414.     - File write dates weren't updated properly on PC platforms, causing
  2415. unnecessary rebuilding.  (cp.bat, gs.mak, msc.mak, msvcwint.mak, os2.mak,
  2416. tccommon.mak, wccommon.mak, zlib.mak)
  2417.     - An unnecessary explicit compilation line for gdevcdj.c caused
  2418. problems in the Mac environment.  (devs.mak)
  2419.     - The VMS scripts were out of sync again.  (vms.mak)
  2420.     - The VMS build scripts didn't include the new JPEG driver.
  2421. (vms-*.mak)
  2422.     - A number of makefile macros were referenced before being defined.
  2423. (devs.mak, lib.mak, int.mak, *.mak)
  2424.     - libpng.mak didn't work with PVERSION=90.  (libpng.mak, zlib.mak)
  2425.  
  2426. Separates install-scripts from install-exec and install-data.
  2427. (unix-end.mak)
  2428.  
  2429. Moves the definition of SEARCH_HERE_FIRST from iminst.h to the makefiles.
  2430. (*.mak, iminst.h, iconf.c, imain.c)
  2431.  
  2432. Adds a -dBATCH switch that causes Ghostscript to exit after processing the
  2433. files named on the command line.  (gs_init.ps)
  2434.  
  2435. Adds the PostScript, EPS, and PCL XL writers, and the color and gray-scale
  2436. JPEG drivers, to all Unix configurations.  (ansihead.mak, cc-head.mak,
  2437. gcc-head.mak)
  2438.  
  2439. Drivers
  2440. -------
  2441.  
  2442. NOTE: because of a change in an internal interface (clist_output_page), the
  2443. cp50 driver no longer works.  This is a user-contributed driver for which we
  2444. take no responsibility.
  2445.  
  2446. Fixes bugs:
  2447.     - gdevcdj.c wasn't compatible with ansi2knr.  (gdevcdj.c)
  2448.     - 'private' was omitted from some declarations.  (gdevjpeg.c)
  2449.     - The PostScript writer didn't keep track of the current color
  2450. properly.  (gdevps.c)
  2451.     - RESOLUTION was misspelled in a header.  (gdevbjc.h)
  2452.     - Some compilers objected to the use of a floating point initial
  2453. resolution value.  (gdevbjc.h)
  2454.     - Some compilers didn't allow static initialization of a union.
  2455. (gsdcolor.h)
  2456.     - If a TIFF driver got an error when initializing the CCITTFax
  2457. encoder, it returned a bogus error code.  (gdevtfax.c)
  2458.     - The PDF writer produced incorrect output for Indexed color space
  2459. images.  (gdevpdfi.c)
  2460.     - For many fatal error conditions, the X driver called exit()
  2461. instead of returning an error.  (gdevx*.c)
  2462.  
  2463. Adds new drivers:
  2464.     - epswrite, an EPS-writing driver (instead of making EPS output a
  2465. parametric option of the PostScript-writing device).  (devs.mak, gdevps.c)
  2466.     - pcxcmyk, a 4-bit CMYK PCX driver.  This is probably only useful
  2467. for debugging CMYK color rendering.  (gdevpcx.c)
  2468.     - jpeggray, a JPEG driver that produces gray-scale rather than color
  2469. output.  Thanks to Tom Lane for contributing this.  (gdevjpeg.c)
  2470.     - uniprint, a unified printer driver for a wide variety of inkjet
  2471. printers.  Thanks to Gunther Hess for contributing this.  (gdevupd.c)
  2472.  
  2473. Adds the resolution (pHYs) to the output of the PNG drivers.  (gdevpng.c)
  2474.  
  2475. Adds recognition of the ASCII85EncodePages parameter to the PostScript and
  2476. EPS writers.  (gdevps.c)
  2477.  
  2478. Makes the new JPEG driver write a JFIF header, which contains the image
  2479. resolution.  (gdevjpeg.c)
  2480.  
  2481. Changes the "vector" device support interface so relative movement can be
  2482. detected easily.  THIS IS STILL SUBJECT TO CHANGE WITHOUT NOTICE.
  2483. (gdevvec.h, gdevpsdf.c, gdevps.c, gdevpx.c, gdevvec.c)
  2484.  
  2485. Changes the PostScript, EPS, and PDF writers to recognize curves and lines
  2486. that can be represented more efficiently.  (gdevpsdf.h, gdevpsdf.c,
  2487. gdevps.c)
  2488.  
  2489. Adds a new parameter to the PDF writer, FirstObjectNumber.  This defines the
  2490. first object number that will be used in the output.  The default, and
  2491. minimum, value is 1; the maximum value is approximately 2^31.  This is for
  2492. the benefit of dvipdf; we don't expect it to be used otherwise.  In fact,
  2493. using it appears to produce files that Adobe Acrobat Reader won't accept,
  2494. even though the files are perfectly compliant with the published PDF
  2495. specification.  (gdevpdfx.h, gdevpdf.c, gdevpdfp.c)
  2496.  
  2497. Platforms
  2498. ---------
  2499.  
  2500. Removes the makefile for the 16-bit Borland C++ platform.  This was the last
  2501. supported 16-bit platform; we expect to gradually drop all 16-bit
  2502. concessions from the code itself.  (bcwin.mak)
  2503.  
  2504. Interpreter
  2505. -----------
  2506.  
  2507. Fixes bugs:
  2508.     - The initial size of systemdict was too small, causing the
  2509. interpreter to slow down substantially.  (iinit.c)
  2510.     - A library module depended on an interpreter module.  (zcsindex.c)
  2511.     - A logically necessary (but accidentally always available) #include
  2512. was missing.  (ifont.h)
  2513.  
  2514. Moves set/currentoverprint to a more appropriate module.  (zcolor2.c,
  2515. zcssepr.c)
  2516.  
  2517. Changes the default transfer functions so that they do something reasonable
  2518. when given operands outside the legal [0..1] range.  We only do this to work
  2519. around a bug in FrameMaker output, which uses the transfer function as the
  2520. screen function (!).  (gs_init.ps)
  2521.  
  2522. Changes the CMap construction algorithm to use the new, more compact
  2523. representation.  (zfcmap.c)
  2524.  
  2525. Adds support for Adobe's Compact Font Format.  Many individual features are
  2526. not implemented yet: see the comment in the source code for details.
  2527. (gs_cff.ps)
  2528.  
  2529. Adds support for Type 2 charstrings in Type 1 fonts.  (ifont.h, zfont1.c)
  2530.  
  2531. Changes the Type 1 character rendering operator for the library change in
  2532. Type 1 fonts.  (zchar1.c, zfont1.c)
  2533.  
  2534. Initializes the graphics state limit clamp flag to true.  (zgstate.c)
  2535.  
  2536. Temporarily adds a configuration file for the new unified printer driver,
  2537. and arranges for it to be read at startup.  This arrangement will be
  2538. replaced very soon by a different one based on command line parameters.
  2539. (gs_init.ps, uniprint.ps)
  2540.  
  2541. Interpreter (PDF)
  2542. -----------------
  2543.  
  2544. Adds support for Compact Font Format fonts.  (pdf_font.ps)
  2545.  
  2546. Streams
  2547. -------
  2548.  
  2549. Adds a glue procedure needed for the new jpeggray driver.  (sjpeg.h,
  2550. sjpege.c)
  2551.  
  2552. Removes the width limit of 32K in the CCITTFaxEncode filter.  The new limit
  2553. is absurdly large (about 50M).  (scf.h, scfx.h, scfe.c)
  2554.  
  2555. Library
  2556. -------
  2557.  
  2558. Fixes bugs:
  2559.     - A library module depended on an interpreter module.  (gxcolor2.h,
  2560. gscolor2.c)
  2561.     - When rendering a band, clipping was sometimes used when it wasn't
  2562. necessary.  (Performance only.)  (gxclread.c)
  2563.     - Stroking didn't check the path against the device clipping box in
  2564. the absence of an explicit (non-default) clipping path.  (Performance only.)
  2565. (gxstroke.c)
  2566.     - A reference to an opaque type upset a couple of compilers.
  2567. (gxclread.c)
  2568.     - Negative 32-bit numbers in Type 1 fonts didn't work properly on
  2569. 64-bit systems.  (gstype1.c)
  2570.     - A logically necessary (but accidentally always available) #include
  2571. was missing.  (gxbitmap.h)
  2572.     - A header wasn't protected against double inclusion.  (gxclist.h)
  2573.     - Clipping devices didn't store their actual width and height.
  2574. (gxcpath.c)
  2575.     - The slow-case check for thin lines was incorrect.  (gxstroke.c)
  2576.     - Images didn't compute their clipping boxes correctly if there
  2577. wasn't an explicit clipping path.  (This must be a very recent bug, since it
  2578. creates an overflow condition that prevents monochrome images from being
  2579. rendered at all.)  (gximage.c)
  2580.  
  2581. Moves set/currentoverprint to a more appropriate module.  For clients of
  2582. gs_set/currentoverprint, this is a NON-BACKWARD-COMPATIBLE CHANGE, since the
  2583. header file is now separate.  (gscolor2.h, gscsepr.h, gscolor2.c, gscsepr.c)
  2584.  
  2585. Replace the MetroWerks work-around with a different, more general one.
  2586. (gdevmem.h, gdevmem.c, gxdevice.h)
  2587.  
  2588. Speeds up the Type 1 interpreter a little.  (gstype1.c, gxhint3.c)
  2589.  
  2590. Redesigns the internal representation of CMaps to be more space-efficient.
  2591. (gxfcmap.h, gschar0.c, gsfcmap.c)
  2592.  
  2593. Implements a facility for saving away pages and rendering them later.
  2594. Currently this requires the pages to be represented as band lists on files,
  2595. and only allows X translation when rendering.  This involves adding the
  2596. following new printer device parameters:
  2597.     BandHeight
  2598.     BandWidth
  2599.     BandBufferSpace
  2600. Also changes the names of the printer device parameter elements from
  2601. use_buffer_space to BufferSpace and from max_bitmap to MaxBitmap for
  2602. consistency.  (gdevprn.h, gxcldev.h, gxclio.h, gxclist.h, gxclmem.h,
  2603. gxclpage.h, gxdevmem.h, gdevmem.c, gdevp2up.c, gdevprn.c, gxclmem.c,
  2604. gxclpath.c, gxclread.c)
  2605.  
  2606. Changes the band list implementation API to allow closing a file without
  2607. deleting it, and to allow reopening an existing file.  This is a
  2608. NON-BACKWARD-COMPATIBLE change to a deep internal interface.  (gxclio.h,
  2609. gxclmem.h, gxclfile.c, gxclist.c, gxclmem.c)
  2610.  
  2611. Speeds up rendering of colored halftones, by recognizing cases where one or
  2612. more planes don't actually require screening, unrolling a loop, and doing
  2613. basic clipping before halftoning.  (gxcht.c)
  2614.  
  2615. Adds a graphics state parameter, gs_set/currentlimitclamp, that changes the
  2616. handling of out-of-range coordinates to clamp them in a way that produces
  2617. approximately the intended output most of the time, rather than causing a
  2618. limitcheck.  Currently this is only designed to work with the basic path
  2619. construction operations ([r]moveto, [r]lineto, [r]curveto, closepath); it
  2620. does not work with many other operations such as show, flattenpath or the
  2621. rectangle operations.  Note also that while currentpoint will return the
  2622. correct (unclamped) value, reading out the path with pathforall will return
  2623. clamped values.  This involves NON-BACKWARD-COMPATIBLE changes to the path
  2624. structure (but not to any public interfaces).  (gxpath.h, gxtype1.h,
  2625. gzpath.h, gzstate.h, gspath.c, gspath1.c, gsstate.c, gstype1.c, gxpaint.c,
  2626. gxpath.c, gxpath2.c, gxpcopy.c)
  2627.  
  2628. Adds support for Type 2 charstrings.  Some features are not implemented yet:
  2629. see gstype2.c for details.  (gscrypt1.h, gstype1.h, gxfont1.h, gxop1.h,
  2630. gxtype1.h, gstype1.c, gstype2.c, gxhint2.c, gxhint3.c, gxtype1.c)
  2631.  
  2632. Version 4.61(limited) (3/13/97)
  2633. =====================
  2634.  
  2635. This fileset cleans up many compiler warnings.  It adds support for
  2636. CMap-encoded fonts, and a driver that writes JPEG images.
  2637.  
  2638. Documentation
  2639. -------------
  2640.  
  2641. Corrects an error in the description of the internal CodeMap structure.
  2642. (gs_cmap.ps)
  2643.  
  2644. Documents the fact that the optimizer in gcc 2.7.2.1 is broken on AXP
  2645. machines.  (make.txt)
  2646.  
  2647. Corrects the name of the .setglobal/.currentglobal procedures.  (zvmem2.c)
  2648.  
  2649. Updates current.txt in preparation for the release.  (current.txt)
  2650.  
  2651. Procedures
  2652. ----------
  2653.  
  2654. Fixes bugs:
  2655.     - The VMS script was out of date again.  (vms.mak)
  2656.     - CIDFont support unnecessarily required composite font support.
  2657. (int.mak)
  2658.     - CMap and CIDFont support had improper dependencies on
  2659. initialization order.  (lib.mak, int.mak)
  2660.     - Some dependencies were missing in the JPEG library code.
  2661. (jpeg.mak)
  2662.  
  2663. Adds the new JPEG driver to all standard configurations.  (*.mak)
  2664.  
  2665. Drivers
  2666. -------
  2667.  
  2668. Fixes bugs:
  2669.     - A dependency was omitted from the makefile.  (devs.mak, gdevps.c)
  2670.  
  2671. Cleans up some warnings from picky compilers.  Some of these actually
  2672. indicated problems, such as unreachable code.  (gdevpdfx.h, gdevbj10.c,
  2673. gdevcdj.c, gdevpdfp.c, gdevstc.c)
  2674.  
  2675. Adds a JPEG-writing driver.  Currently this only produces RGB output and
  2676. only has a QFactor parameter, but eventually it could take all the other
  2677. parameters of the DCTEncode filter.  (devs.mak, int.mak, lib.mak,
  2678. gdevjpeg.c)
  2679.  
  2680. Refactors the PDF and PostScript output drivers so that both of them
  2681. understand all the relevant documented PDF distiller parameters.  (The
  2682. PostScript driver currently disregards nearly all of them.)  (gdevpdfx.h,
  2683. gdevpsdf.h, gdevvec.h, gdevpdf*.c, gdevps.c, gdevpsdf.c, gdevpx.c)
  2684.  
  2685. Platforms
  2686. ---------
  2687.  
  2688. Fixes bugs:
  2689.     - The MetroWerks C compiler gave an inexplicable error on a
  2690. particular initialization.  (gdevmem.h, gdevmem.c)
  2691.  
  2692. Interpreter
  2693. -----------
  2694.  
  2695. Fixes bugs:
  2696.     - The insideness testing operators sometimes reported hits
  2697. incorrectly.  (zupath.c)
  2698.     - Mixed-type arithmetic used floats rather than doubles when
  2699. converting integers, possibly leading to loss of precision.  (zarith.c,
  2700. zrelbit.c)
  2701.     - composefont was defined in a private dictionary, not in
  2702. systemdict.  (gs_cmap.ps)
  2703.     - composefont didn't work, for several different reasons.
  2704. (gs_cmap.ps)
  2705.     - After a Type 1 font called an OtherSubr, an invalid memory access
  2706. usually occurred, because of an incorrect attempt to free a data structure.
  2707. (zchar1.c)
  2708.     - 2 .setlanguagelevel gave an error if globaldict hadn't been
  2709. defined yet.  (zmisc2.c)
  2710.  
  2711. Cleans up some warnings from picky compilers.  Some of these actually
  2712. indicated problems, such as unreachable code, or failure to check for
  2713. (implausible) out-of-range data.  (idict.c, idparam.c, igc.c, iinit.c,
  2714. imain.c, iscan.c, zbseq.c, zchar1.c, zdps1.c)
  2715.  
  2716. Adjusts clients for a change in the internal character cache structure and
  2717. the introduction of the font next-glyph procedure.  (zfont.c, zfont0.c)
  2718.  
  2719. Refactors the Level 1 / Level 2 interpreter split slightly so that composite
  2720. fonts don't require all of Level 2.  (int.mak, gs_dps1.ps, gs_dps2.ps)
  2721.  
  2722. Adds FMapType 9 (CMap-encoded) composite font support.  (int.mak,
  2723. gs_cmap.ps, ifont.h, zfcmap.c, zfont.c, zfont0.c)
  2724.  
  2725. Interpreter (PDF)
  2726. -----------------
  2727.  
  2728. Adds recognition of /Identity values for BG, UCR, and TR functions in
  2729. ExtGState resources.  (General function values still aren't recognized.)
  2730. (pdf_draw.ps)
  2731.  
  2732. Centralizes the handling of inherited attributes.  (pdf_draw.ps,
  2733. pdf_main.ps)
  2734.  
  2735. Starts to add support for Type 0 fonts.  (pdf_font.ps, pdf_main.ps)
  2736.  
  2737. Streams
  2738. -------
  2739.  
  2740. Cleans up some warnings from picky compilers.  Some of these actually
  2741. indicated problems, such as unreachable code.  (shc.h, scfd.c, sfilter2.c,
  2742. siscale.c, stream.c)
  2743.  
  2744. Library
  2745. -------
  2746.  
  2747. Fixes bugs:
  2748.     - Some picky compilers disliked certain conditional expressions.
  2749. (gxclread.c)
  2750.     - Some picky compilers couldn't handle an extraneous semicolon.
  2751. (gdevvec.h)
  2752.     - A cast from byte ** to const byte ** was missing.  (gdevvec.c)
  2753.     - Resizing the levels array of a halftone order when banding could
  2754. cause invalid memory accesses.  (bug introduced in 4.60) (gxclread.c)
  2755.     - One picky compiler didn't allow taking the address of an extern
  2756. undefined structure.  (lib.mak, gxclread.c)
  2757.     - When rendering Type 1 fonts, character overshoot was usually
  2758. suppressed when it shouldn't have been, often producing "squashed"
  2759. characters.  (gxhint1.c)
  2760.     - On systems where sizeof(long) > sizeof(int), coordinate values of
  2761. more than 22 bits were passed through the band list incorrectly, producing
  2762. incorrect output.  (gxclread.c)
  2763.  
  2764. Cleans up some warnings from picky compilers.  Some of these actually
  2765. indicated problems, such as unreachable code or (hypothetical) loss of
  2766. precision.  (gsdevice.c, gshsb.c, gsht.c, gsstate.c, gstype1.c, gxclimag.c,
  2767. gxclpath.c, gxclread.c, gxpdash.c)
  2768.  
  2769. Makes using font hints conditional, for debugging.  (gxhint1.c)
  2770.  
  2771. Adds library-level support for FMapType 9 (CMap-encoded) composite fonts.
  2772. There is still no support for rearranged fonts.  (gsccode.h, gsfcmap.h,
  2773. gsstruct.h, gxfcache.h, gxfcmap.h, gxfont.h, gxfont0.h, gschar.c, gschar0.c,
  2774. gsfcmap.c, gsfont.c, gsfont0.c)
  2775.  
  2776. Splits band list control and utilities from rectangle-oriented commands,
  2777. because a file was getting too big.  (gxclist.c, gxclrect.c)
  2778.  
  2779. Moves the temporary file names for command lists from the printer device
  2780. structure to the command list structure; moves opening and closing the
  2781. temporary files from gdev_prn_alloc/free to clist_open/close.  (gdevprn.h,
  2782. gxclist.h, gdevprn.c, gxclist.c, gxclread.c)
  2783.  
  2784. Changes the command list storage implementation interface to pass the file
  2785. name to the clist_rewind and clist_fseek functions, for the benefit of OSs
  2786. that require closing and reopening a file to switch between reading and
  2787. writing.  This is a NON-BACKWARD-COMPATIBLE change in a non-public
  2788. interface.  (gxclio.h, gxclmem.h, gxclfile.c, gxclist.c, gxclmem.c)
  2789.  
  2790. Changes the get_outline procedure in Type 42 fonts to return the length of
  2791. the outline data as well as the pointer.  This is a NON-BACKWARD-COMPATIBLE
  2792. change in a semi-public interface.  (gxfont42.h, gstype42.c)
  2793.  
  2794. Version 4.60(limited) (3/2/97)
  2795. =====================
  2796.  
  2797. This fileset moves color rendering up from the graphics state to the imager
  2798. state so that color rendering can happen after banding.  It also shifts
  2799. image rendering to the rendering pass of banding for many common cases
  2800. (often referred to inaccurately as "high-level image" capability).  The
  2801. changes involved are substantial and in some respects subtle, so
  2802. unfortunately it is quite possible that some new bugs have been introduced.
  2803.  
  2804. This fileset also includes improvements to the new PCL XL driver
  2805. (pxlmono/color), and introduces an experimental PostScript driver (pswrite).
  2806.  
  2807. Documentation
  2808. -------------
  2809.  
  2810. Fixes bugs:
  2811.     - The argument list of colorimage was incorrect.  (zcolor1.c)
  2812.     - false .charboxpath incorrectly claimed to create the correct path
  2813. even when the CTM was not well-behaved.  (language.txt)
  2814.     - The discussion of the "main program" files was out of date.
  2815. (make.txt)
  2816.  
  2817. Updates the OS/2 EMX documentation.  (make.txt)
  2818.  
  2819. Modifies the Aladdin Ghostscript Free Public License slightly so it may be
  2820. applied to other software packages.  (PUBLIC)
  2821.  
  2822. Updates inaccurate build documentation for several Unix platforms.
  2823. (make.txt, ansihead.mak, cc-head.mak, gcc-head.mak, libpng.mak)
  2824.  
  2825. Notes a problem with the MIPSpro 7.1 compiler.  (make.txt)
  2826.  
  2827. Procedures
  2828. ----------
  2829.  
  2830. Fixes bugs:
  2831.     - Most makefiles didn't include version.mak.  (msc.mak,
  2832. msvcwint.mak, os2.mak, tctail.mak, wctail.mak)
  2833.     - There was an incorrect dependency for the Windows printer device.
  2834. (devs.mak)
  2835.  
  2836. Moves the PDF writer to devs.mak.  (devs.mak, int.mak)
  2837.  
  2838. Updates the main VMS script to be structured like version.mak.  (vms.mak)
  2839.  
  2840. Drivers
  2841. -------
  2842.  
  2843. Factors out the stream-writing procedures from the PDF writer, so they can
  2844. be shared with the new PostScript writer.  (gdevpdfs.h => gdevpstr.h,
  2845. gdevpdfx.h, gdevpsdf.h, gdevpdf.c, gdevpdfi.c, gdevpdfs.c => gdevpstr.c,
  2846. gdevpdft.c, gdevpsdf.c)
  2847.  
  2848. Adds a PostScript writer (pswrite), similar to the PDF and PCL XL drivers.
  2849. Currently this handles fill/stroke graphics and Level 1 images; everything
  2850. else (including text) is turned into bitmaps.  (devs.mak, gdevps.c)
  2851.  
  2852. Changes the names of the PCL XL drivers from hpxmono/color to pxlmono/color.
  2853. (devs.mak, gdevpx.c)
  2854.  
  2855. Updates the "vector" device support interface.  THIS IS STILL SUBJECT TO
  2856. CHANGE WITHOUT NOTICE.  (gdevvec.h, gdevpx.c, gdevvec.c)
  2857.  
  2858. Makes the vgalib driver a page device.  This seems bizarre, but it's
  2859. necessary for setpagedevice to work with it.  (gdevvglb.c)
  2860.  
  2861. Updates some drivers for the new color mapping interfaces.  (gdevpx.c)
  2862.  
  2863. Updates the user-contributed Canon LBP-8II and LIPS III driver.
  2864. (gdevlbp8.c)
  2865.  
  2866. Platforms
  2867. ---------
  2868.  
  2869. Fixes bugs:
  2870.     - The workaround for Ultrix's incorrect implementation of sh -e
  2871. still didn't work.  (unixtail.mak)
  2872.     - The definition of offset_of didn't work on the Mac.  (stdpre.h)
  2873.  
  2874. Updates the OS/2 EMX linker command per input from a user.  (os2.mak)
  2875.  
  2876. Fonts
  2877. -----
  2878.  
  2879. Adds .pss (apparently used by Adobe for Multiple Master font instances) to
  2880. the list of extensions skipped by the GS_FONTPATH directory scanner.
  2881. (gs_fonts.ps)
  2882.  
  2883. Interpreter
  2884. -----------
  2885.  
  2886. Fixes bugs:
  2887.     - Programs that rebind null, true, and/or false could cause all
  2888. kinds of problems.  We've only fixed a couple of the places that might be
  2889. affected (findfont, quit), by wrapping an explicit "systemdict begin/end"
  2890. around the code; fixing this completely would probably require wrapping this
  2891. implicitly around almost every pseudo-operator, which would be too
  2892. expensive.  (gs_fonts.ps, gs_lev2.ps)
  2893.     - In a Level 2 system, grestoreall stopped one level too early.
  2894. (zdevice2.c)
  2895.     - setpagedevice didn't restore the stack properly if it got an
  2896. error.  (gs_setpd.ps)
  2897.  
  2898. Changes the GC pointer enumeration interface to reduce the number of
  2899. 'discarding const' warnings.  See under Library below.  (igc.c)
  2900.  
  2901. Updates the interpreter for the change in the imager / graphics state split.
  2902. (zpcolor.c)
  2903.  
  2904. Makes the stack-restoring behavior of pseudo-operators non-optional.
  2905. (interp.c)
  2906.  
  2907. Interpreter (PDF)
  2908. -----------------
  2909.  
  2910. Fixes bugs:
  2911.     - PDFDocEncoding and WinAnsiEncoding incorrectly had `minus' at
  2912. position 45 rather than `hyphen'.  (gs_pdf_e.ps, gs_wan_e.ps)
  2913.  
  2914. Streams
  2915. -------
  2916.  
  2917. Fixes bugs:
  2918.     - A header file wasn't protected against double inclusion.
  2919. (stream.h)
  2920.     - any_abs was redefined.  (spngp.c)
  2921.     - The CCITTFaxDecode filter didn't fully initialize the "previous
  2922. line" for 2-D decoding, so if the very first line of data was 2-D, an
  2923. out-of-bounds memory access could occur.  (scfd.c)
  2924.  
  2925. Library
  2926. -------
  2927.  
  2928. Fixes bugs:
  2929.     - gs_image_next could read too much data, causing errors at the
  2930. interpreter level.  (gsimage.c)
  2931.     - The bitmaps stored in the Pattern cache were usually freed,
  2932. leaving dangling pointers.  (gsdcolor.h, gxpcache.h, gxpcolor.h, gsstate.c,
  2933. gxpcmap.c)
  2934.     - There was still one assignment to a const structure, and there
  2935. were some unnecessary const-discarding casts.  (gxclread.c)
  2936.     - If a character in a Type 3 font was defined by executing 'show'
  2937. type commands, charpath did the wrong thing (didn't pick up the paths
  2938. created by the inner show).  Similarly, if it uses 'stroke', true charpath
  2939. did the wrong thing (appended the path rather than the strokepath path).
  2940. (gxchar.h, gschar.c, gspaint.c)
  2941.     - A header file wasn't protected against double inclusion.
  2942. (gserror.h)
  2943.     - The new fast implementation of rectfill didn't handle rectangles
  2944. with negative width/height.  (bug introduced in 4.32) (gsdps1.c)
  2945.     - Reading banded high-level images calculated the image height
  2946. incorrectly, (usually) causing a rangecheck.  (gxclread.c)
  2947.     - When reading band data, a memory fault could occur if the halftone
  2948. cache hadn't been allocated yet.  (gxht.c)
  2949.     - The imager state data for high-level images wasn't written soon
  2950. enough.  (gxclimag.c)
  2951.     - High-level images computed bounding boxes incorrectly, so they
  2952. could write some garbage data in the band list, and could also fail to write
  2953. some information.  (gsmatrix.h, gxmatrix.h, gxclimag.c)
  2954.     - High-level images wrote the raster value incorrectly in the band
  2955. list.  (gxclimag.c)
  2956.     - Images with non-zero initial source X and non-portrait orientation
  2957. were displaced on the page.  (In practice, this only applied to some banded
  2958. high-level images.)  (gximage.c)
  2959.     - The bounding box device didn't forward output_page calls, causing
  2960. pages to be dropped or overprinted.  (gdevbbox.c)
  2961.     - The band renderer considered all non-zero return codes as errors,
  2962. rather than only negative codes.  (gxclread.c)
  2963.     - An unnecessary extern hadn't been removed.  (gxclimag.c)
  2964.     - Some macros didn't parenthesize uses of their arguments, causing
  2965. syntax errors.  (gsrefct.h)
  2966.     - The screen phase and color_info weren't set correctly when
  2967. rendering bands.  (gsstate.h, gsht.c, gxclread.c)
  2968.     - A header file didn't declare all the opaque types it used.
  2969. (gsdevice.h)
  2970.     - Indexed color spaces didn't work with banded images.  (They still
  2971. don't -- the check for writing the color space, and the code for reading the
  2972. table or map, are incomplete.)  (gxclist.h, gxclpath.h, gxclimag.c,
  2973. gxclpath.c, gxclread.c)
  2974.  
  2975. In preparation for implementing post-banding halftoning:
  2976.  
  2977.     - Moves color rendering information, including alpha value, from
  2978. graphics state to imager state; also moves the allocator pointer.  This is
  2979. quite a subtle change, and may have a significant bug tail.  (gxdcolor.h,
  2980. gxht.h, gxistate.h, gzstate.h, gschar.c, gsdps1.c, gspaint.c, gsstate.c,
  2981. gxclread.c)
  2982.  
  2983.     - Changes all the relevant color space and color mapping procedures
  2984. so they take a const gs_imager_state * (and, in some cases, a [const]
  2985. gx_device *) instead of a const gs_state *.  This is a
  2986. non-backward-compatible change, but it only affects internal interfaces.
  2987. (gsdcolor.h, gxcmap.h, gxcspace.h, gxdcconv.h, gxdcolor.h, gxdither.h,
  2988. gxpcolor.h, gzht.h, gschar.c, gscie.c, gscolor.c, gscolor1.c, gscolor2.c,
  2989. gscsepr.c, gsdevice.c, gsimage.c, gspcolor.c, gxcht.c, gxcmap.c, gxdcconv.c,
  2990. gxdcolor.c, gxht.c, gximage.c, gximage[2345].c, gxpcmap.c)
  2991.  
  2992.     - Changes the color and color space reference count adjustment
  2993. procedures similarly, to take a gs_memory_t * instead of a gs_state_t *.
  2994. (gxcspace.h, gscie.c, gscolor.c, gscolor2.c, gscsepr.c, gspcolor.c)
  2995.  
  2996.     - Changes the gs_halftone in the graphics state from being part of
  2997. the gs_state_contents to being an independent reference-counted object.
  2998. This too may have a significant bug tail.  (gxht.h, gxistate.h, gsht.c,
  2999. gsstate.c)
  3000.  
  3001.     - Changes the image processing code so it no longer assumes that the
  3002. gs_imager_state is actually a gs_state.  (gximage.h, gximage.c, gximage2.c,
  3003. gximage3.c, gximage4.c, gximage5.c)
  3004.  
  3005.     - Adds a unique ID value to device halftones, so that it's possible
  3006. to detect (non-)changes quickly.  (gxdht.h, gsht.c)
  3007.  
  3008. Finishes the code for writing and reading color rendering information in the
  3009. band list.  This involves changes to several band list opcodes.  (gsht.h,
  3010. gsht1.h, gxcldev.h, gxclist.h, gxclpath.h, gxdht.h, gzht.h, gsht.c, gsht1.c,
  3011. gxclbits.c, gxclimag.c, gxclist.c, gxclread.c)
  3012.  
  3013. Changes the garbage collector pointer enumeration procedure interface
  3014. slightly to reduce the number of 'discarding const' warnings.  THIS IS A
  3015. NON-BACKWARD-COMPATIBLE CHANGE for anyone who didn't use the
  3016. ENUM_PTRS_BEGIN[_PROC] macro to start a pointer enumeration procedure (which
  3017. should be no one).  (gsstruct.h, gsmemory.c)
  3018.  
  3019. Corrects a few more needlessly const-discarding casts.  (gxfcache.h,
  3020. gxccache.c)
  3021.  
  3022. Checks for file reading errors when rasterizing bands.  (gxclread.c)
  3023.  
  3024. Version 4.51(limited) (2/9/97)
  3025. =====================
  3026.  
  3027. This version contains a more reasonable high-level PCL XL driver.  The VMS
  3028. build script is working again, we think.
  3029.  
  3030. Procedures
  3031. ----------
  3032.  
  3033. Fixes bugs:
  3034.     - The gsdll_h macro wasn't defined all the places it was needed.
  3035. (devs.mak, os2.mak)
  3036.  
  3037. Drivers
  3038. -------
  3039.  
  3040. Continues to develop the "vector" driver infrastructure and the PCL XL
  3041. driver.  EVERYTHING IN THESE FILES IS SUBJECT TO CHANGE WITHOUT NOTICE.
  3042. (gdevvec.h, gdevvec.c)
  3043.  
  3044. Brings the PCL XL driver up to usable quality for graphics.  Most
  3045. fill/stroke graphics, and portrait-orientation bitmap images up to 8 bits
  3046. per pixel, are converted directly to their PCL XL equivalents.  Text is
  3047. still treated as bitmaps.  Both gray-scale and color output are now
  3048. supported.  (devs.mak, gdevpx.c)
  3049.  
  3050. Platforms
  3051. ---------
  3052.  
  3053. Fixes bugs:
  3054.     - When using gsos2.exe with gsdll2.dll, reducing the size of the
  3055. page bitmap caused a limitcheck error with the message
  3056.     Failed to decommit memory in pm_alloc_bitmap, rc = 87  (gdevpm.c)
  3057.     - The scripts that construct gconfig_.h failed on Ultrix, because
  3058. Ultrix's implementation of sh -e is incorrect.  (unixtail.mak, ugcclib.mak)
  3059.     - Some systems that have sys/times.h don't define CLK_TCK, making a
  3060. compilation fail.  (time_.h)
  3061.  
  3062. Interpreter
  3063. -----------
  3064.  
  3065. Fixes bugs:
  3066.     - An omitted semicolon wasn't detected by gcc.  (idict.c)
  3067.  
  3068. Removes a source of unnecessary duplication by getting the revision number
  3069. and date from version.mak.  (gs.mak, int.mak, version.mak, gscdef.c)
  3070.  
  3071. Streams
  3072. -------
  3073.  
  3074. Fixes bugs:
  3075.     - The minimum buffer sizes for the RunLengthDecode filter hadn't
  3076. been changed to reflect the algorithm improvement made in release 4.38.
  3077. (srld.c)
  3078.  
  3079. Changes the RunLengthEncode filter so it can make progress with only a
  3080. 2-byte output buffer.  (srlx.h, srle.c)
  3081.  
  3082. Library
  3083. -------
  3084.  
  3085. Fixes bugs:
  3086.     - Because of a typo, the slow general algorithm was always used for
  3087. monochrome images.  (Performance bug only, but a serious one.)  (gximage2.c)
  3088.     - Dots (zero-length lines with round caps and zero dot length)
  3089. caused an infinite loop.  (bug introduced in 4.40)  (gxstroke.c)
  3090.     - Some image data unpacking procedures were always required, but
  3091. weren't always included.  (bug introduced in 4.50) (gximage.c, gximage0.c,
  3092. gximage3.c)
  3093.     - Images with 8 bits per pixel and non-identity Decode produced
  3094. garbage.  (bug introduced later than 4.03) (gximage0.c)
  3095.     - Some necessary casts and omitted punctuation weren't detected by
  3096. gcc.  (gxpath.h, gsargs.c, gsstate.c, gxclread.c, gxpdash.c)
  3097.     - The band list became confused if a band had no commands at all.
  3098. (gxclread.c)
  3099.     - If a path included a closepath followed by a moveto to the same
  3100. point, it could be written incorrectly in the band list.  (bug probably
  3101. introduced in 3.60) (gxclpath.c)
  3102.  
  3103. Changes some internal computations for arcs from float to double for greater
  3104. accuracy.  (gspath1.c)
  3105.  
  3106. Version 4.50(limited) (1/31/97)
  3107. =====================
  3108.  
  3109. This release contains an experimental high-level PCL XL driver, a little
  3110. more support for CID/CMap fonts, and the usual bug fixes.  NOTE: the VMS
  3111. build script is known to be out of sync with the makefiles again; we still
  3112. don't see any alternative to constant struggles with this problem.
  3113.  
  3114. Documentation
  3115. -------------
  3116.  
  3117. Corrects the -h message, which gave an incorrect file name for the bug
  3118. report form.  (imainarg.c)
  3119.  
  3120. Removes documentation for 16-bit MS-DOS platforms with the Borland compiler.
  3121. (fonts.txt, make.txt, new-user.txt, use.txt)
  3122.  
  3123. Procedures
  3124. ----------
  3125.  
  3126. Fixes bugs:
  3127.     - The Watcom library makefile didn't define the directory
  3128. information for libpng and zlib.  (watclib.mak)
  3129.  
  3130. Moves the selection of band list implementation (file- vs. RAM-based) and
  3131. the compression filter for RAM-based band lists up to the top-level
  3132. makefiles.  Again, this is a NON-BACKWARD-COMPATIBLE procedure change.
  3133. (lib.mak, *.mak)
  3134.  
  3135. Moves the selection of version number for all platforms (except VMS, as
  3136. usual) to a separate file.  This will reduce the number of files that need
  3137. editing when the version number changes.  (ansihead.mak, cc-head.mak,
  3138. gcc-head.mak, ugcclib.mak, version.mak, tar_cat)
  3139.  
  3140. Drivers
  3141. -------
  3142.  
  3143. Fixes bugs:
  3144.     - An error in the (unsupported) SGI RGB driver could cause crashes
  3145. or incorrect output.  (gdevsgi.c)
  3146.  
  3147. Starts to create a framework for structured output ("vector") drivers (PDF,
  3148. PostScript, PCL XL, etc.)  (gdevbbox.h, gdevvec.h, gsdcolor.h, gsstruct.h,
  3149. gxdevice.h, gdevvec.c)
  3150.  
  3151. Moves default page size parameters to a more accessible header.  (gdevprn.h,
  3152. gxdevice.h, gdevx.c)
  3153.  
  3154. Adds a driver that produces properly structured PCL XL output.  This is
  3155. highly experimental and not ready for use yet.  (gdevpx.c)
  3156.  
  3157. Platforms
  3158. ---------
  3159.  
  3160. Removes support for 16-bit MS-DOS platforms with the Borland compiler.  For
  3161. the moment, 16-bit MS Windows is still supported.  (bc.mak, bcflags.mak,
  3162. bclib.mak, tc.mak)
  3163.  
  3164. Interpreter
  3165. -----------
  3166.  
  3167. Fixes bugs:
  3168.     - File-based CIDFonts (with delayed, incremental loading of
  3169. character outlines) didn't work.  (gs_cidfn.ps)
  3170.  
  3171. Finishes implementing the definition of CMap resources, except for
  3172. rearranged fonts.  (gs_cidfn.ps, gs_cmap.ps)
  3173.  
  3174. Adds a little more CMap support code.  (zcid.c)
  3175.  
  3176. Removes the .setcurrentfile operator, since it doesn't solve the problem it
  3177. was intended to address.  (zcontrol.c)
  3178.  
  3179. Adapts the interpreter to use the new argument processing code.
  3180. (imainarg.c)
  3181.  
  3182. Streams
  3183. -------
  3184.  
  3185. Fixes bugs:
  3186.     - The CCITTFaxDecode filter could access as much as 3 bytes beyond
  3187. the end of a buffer, causing an invalid memory access.  (This is essentially
  3188. the same bug that was fixed for the CCITTFaxEncode filter in 4.38.)
  3189. (scfd.c)
  3190.  
  3191. Library
  3192. -------
  3193.  
  3194. Fixes bugs:
  3195.     - Painting an image without having set up any halftone could cause a
  3196. crash.  (gxht.c)
  3197.     - In a very obscure case, an occasional scan line of landscape
  3198. images could get corrupted.  (gximage0.c)
  3199.     - Because of a rounding error, patterns could fail to be painted in
  3200. certain cases.  (gxpcolor.h, gspcolor.c, gxpcmap.c)
  3201.     - Very large line widths or miter limits could cause the computation
  3202. of stroke expansion to overflow.  (gxpaint.h, gdevbbox.c, gxclpath.c,
  3203. gxstroke.c)
  3204.     - The phase could be incorrect for simple patterns.  (gspcolor.c)
  3205.     - The default implementation of copy_mono used an incorrect
  3206. RasterOp.  (gdevdflt.c)
  3207.     - The default implementation of fill_masked didn't increment the row
  3208. pointer, causing characters to appear as solid rectangular blocks.
  3209. (gxdcolor.c)
  3210.  
  3211. Eliminates an unnecessary gsave and grestore from rectfill and rectstroke if
  3212. the path was null.  (gsdps1.c)
  3213.  
  3214. Adds a limit on the amount of space that the default (C heap) allocator will
  3215. allocate, and a record of the maximum amount allocated, to help testing
  3216. embedded products.  (gsmemory.c)
  3217.  
  3218. Changes the band list algorithm for deciding how many replicas of a halftone
  3219. tile to store in the tile cache.  The previous algorithm was too liberal,
  3220. which could cause the cache to overflow and many unnecessary bitmaps to be
  3221. written in the band list.  (gxclbits.c)
  3222.  
  3223. Writes clipping with a rectangle more compactly in the band list.
  3224. (gxfixed.h, gxclpath.c)
  3225.  
  3226. Adds new band list commands for representing 90- and 180-degree arcs
  3227. compactly.  (gxclpath.h, gxclpath.c, gxclread.c)
  3228.  
  3229. Repackages handling of general monochrome images, color images, and 12-bit
  3230. and interpolated images, so that they are included optionally rather than in
  3231. all configurations.  (int.mak, lib.mak, gximage.h, gximage.c,
  3232. gximage[12345].c)
  3233.  
  3234. Changes the structure definition for devices to include no-op pointer
  3235. enumeration and relocation, so they can have subclasses.  (gxdevice.h)
  3236.  
  3237. Adds a library facility for processing command line arguments with
  3238. @-expansion.  (gsargs.h, gsargs.c)
  3239.  
  3240. Version 4.41(private) (1/21/97)
  3241. =====================
  3242.  
  3243. This release adds a PCL XL output driver, and a few performance
  3244. improvements.
  3245.  
  3246. Procedures
  3247. ----------
  3248.  
  3249. Fixes bugs:
  3250.     - The zlib library used an incorrect header file when compiling.
  3251. (zlib.mak)
  3252.  
  3253. Changes the names of the preprocessor symbols indicating the presence of
  3254. system header files to be consistent with the ones used by GNU configure.
  3255. (dvx-tail.mak, ugcclib.mak, unixtail.mak, vms.mak; dirent_.h, time_.h;
  3256. gp_unix.c)
  3257.  
  3258. Changes the method for choosing the compression filter for RAM-based band
  3259. lists.  This is a NON-BACKWARD-COMPATIBLE change in the makefile.  (lib.mak)
  3260.  
  3261. Drivers
  3262. -------
  3263.  
  3264. Adds black-and-white and 8-bit gray PCL XL (PCL 6) drivers for the LaserJet
  3265. 5 and 6 family.  This driver is extremely simple and just emits bitmaps;
  3266. future drivers will use more PCL XL high-level constructs.  (gdevlj56.c)
  3267.  
  3268. Fonts
  3269. -----
  3270.  
  3271. Updates the free font distribution to add the URW Grotesk and Antiqua fonts.
  3272.  
  3273. Interpreter
  3274. -----------
  3275.  
  3276. Fixes bugs:
  3277.     - gs -h and -v returned with a non-zero exit code on all platforms.
  3278. (This is necessary under Windows, to keep the message visible on the screen,
  3279. but nowhere else.)  (imainarg.c)
  3280.     - Resizing a dictionary could exceed dict_max_size, causing memory
  3281. corruption.  (dstack.h, idict.h, idict.c, zdict.c)
  3282.  
  3283. Adds .setlinecap and .setlinejoin that can use the extended range of line
  3284. cap/join values, and redefines setlinecap and setlinejoin in terms of them.
  3285. (gs_init.ps, zgstate.c)
  3286.  
  3287. Streams
  3288. -------
  3289.  
  3290. Fixes bugs:
  3291.     - The CCITTFaxDecode filter with EncodedByteAlign = true skipped to
  3292. a byte boundary before checking for an EOL.  This may be wrong if EndOfLine
  3293. = true; we aren't at all sure what should happen if EndOfLine = false.
  3294. (scfd.c)
  3295.  
  3296. Adds a "no wrapper" option to the zlib streams, to optionally suppress the
  3297. time-consuming integrity checksum computation.  (szlibx.h, szlibc.c,
  3298. szlibd.c, szlibe.c)
  3299.  
  3300. Library
  3301. -------
  3302.  
  3303. Fixes bugs:
  3304.     - Dashed lines with zero-length drawn segments (dots) that fell
  3305. exactly on a corner produced inappropriate output.  (pcl/test19.pxs)
  3306. (gxpdash.c, gxstroke.c)
  3307.     - Dashed lines didn't set the segment notes properly.  (gxpdash.c)
  3308.     - The bounding box device didn't free a bookkeeping structure at the
  3309. end of processing an image.  (gdevbbox.c)
  3310.     - Curve points could get computed incorrectly when using emulated
  3311. floating point.  (gxpcopy.c)
  3312.     - The 1-element cache for curve_x_at_y didn't work if Y was
  3313. decreasing.  (gxfixed.h, gxpcopy.c)
  3314.  
  3315. Distinguishes between error and informational exits.  (stdpre.h)
  3316.  
  3317. Defines and checks maximum values for line cap and join parameters.
  3318. (gslparam.h, gsline.c)
  3319.  
  3320. Removes the 'not last' segment note, since it is not used for anything.
  3321. (gxpath.h, gspath1.c, gxpath2.c, gxpcopy.c, gxpflat.c, gxstroke.c)
  3322.  
  3323. Changes the memory freeing algorithm for RAM-based band lists back to the
  3324. original one, since the "improved" one had more bugs than it was worth
  3325. chasing.  (gxclmem.c)
  3326.  
  3327. Speeds up the A * B / C algorithm a little.  (gsmisc.c)
  3328.  
  3329. Speeds up curve_x_at_y by recognizing more cases that don't require the slow
  3330. A * B / C algorithm.  (gxpcopy.c)
  3331.  
  3332. Changes the path filling code so it uses fill-by-trapezoids even if
  3333. fill_adjust is zero, as long as the flatness is at least 1 pixel.
  3334. (gxfill.c)
  3335.  
  3336. Removes the (unneeded) floating point operations from gx_curve_log2_samples.
  3337. (gxpflat.c)
  3338.  
  3339. Changes the memory-based implementation of band lists so that it constructs
  3340. the compressor and decompressor by calling procedures rather than
  3341. instantiating templates: this allows setting filter parameters to
  3342. non-default values.  (gxclmem.h, gxcllzw.c, gxclmem.c, gxclzlib.c)
  3343.  
  3344. Version 4.40(private) (1/13/97)
  3345. =====================
  3346.  
  3347. This version finally handles the last graphics model discrepancies between
  3348. PostScript and PCL, by correctly implementing null joins, minimum dot
  3349. lengths, and tangent-aligned curve ends.  It also contains some significant
  3350. performance improvements, and as usual a few bug fixes.
  3351.  
  3352. Documentation
  3353. -------------
  3354.  
  3355. Documents the new accurate curves and path dashing operators.
  3356. (language.txt)
  3357.  
  3358. Utilities
  3359. ---------
  3360.  
  3361. Adds switches for genconf to set and unset a prefix for file names.
  3362. (genconf.c)
  3363.  
  3364. Drivers
  3365. -------
  3366.  
  3367. Adds recognition of the new Distiller 3.0 parameters to the PDF writer.
  3368. (None of them have any effect yet.)  (gs_pdfwr.ps, gdevpdfx.h, gdevpdf.c,
  3369. gdevpdfp.c)
  3370.  
  3371. Converts all the output functions in the PDF writer from being file-based to
  3372. using streams, in anticipation of adding compression.  (gdevpdfs.h,
  3373. gdevpdfx.h, gdevpdf*.c, gdevpdfs.c)
  3374.  
  3375. Interpreter
  3376. -----------
  3377.  
  3378. Adds operators for accessing the new accurate curves flag in the graphics
  3379. state.  (zgstate.c)
  3380.  
  3381. Adds an operator for invoking gs_dashpath.  (zpath1.c)
  3382.  
  3383. Interpreter (PDF)
  3384. -----------------
  3385.  
  3386. Fixes bugs:
  3387.     - Indexed color spaces whose base space was a CIE space caused an
  3388. error.  (pdf_draw.ps)
  3389.  
  3390. Library
  3391. -------
  3392.  
  3393. Fixes bugs:
  3394.     - A pointer was declared const incorrectly.  (gxcpath.c)
  3395.     - Filling with a pattern often failed to pass a non-null bitmap ID,
  3396. causing excessive writing in the band list.  (Performance bug only.)
  3397. (gspcolor.c)
  3398.     - The bounding box device didn't discount copy_mono or draw_line
  3399. operations drawing in white.  (gdevbbox.c)
  3400.     - The bounding box device didn't read out the bounding box correctly
  3401. as the PageBoundingBox device parameter.  (It did return it correctly
  3402. through the gx_device_bbox_bbox procedure.)  (gdevbbox.c)
  3403.     - The default implementation of fill_triangle drew nothing or
  3404. incorrect output if the corners of the triangle were specified in certain
  3405. orders (ax < 0 or bx < 0) (i.e., the previous "fix" had a bug).
  3406. (gdevddrw.c)
  3407.  
  3408. Changes tile size from always being set in all bands to being 'known' by
  3409. bands individually.  (gxclist.h, gxcldev.h, gxclbits.c, gxclist.c)
  3410.  
  3411. Computes an additional value in advance when rendering images.  (gximage.h,
  3412. gximage1.c, gximage2.c)
  3413.  
  3414. Replaces some slow loops with calls of memmove.  (gxclmem.c)
  3415.  
  3416. Provides a fixed-point implementation of A * B / C for machines with slow
  3417. floating point.  (gxfixed.h, gsmisc.c)
  3418.  
  3419. Extends the "device color" type to implement filling masked regions as well
  3420. as rectangles.  (gxdcolor.h, gdevdflt.c, gspcolor.c, gxcht.c, gxdcolor.c,
  3421. gxht.c)
  3422.  
  3423. Makes unclipped monobit portrait and landscape images and image masks use
  3424. the new masked fill capability of device colors.  (gximage.h, gximage.c,
  3425. gximage1.c, gximage2.c)
  3426.  
  3427. Adds a macro for determining pointer alignment.  (stdpre.h, gdevdflt.c)
  3428.  
  3429. When floating point is slow, uses a different, faster algorithm for
  3430. gx_curve_x_at_y.  (gxpcopy.c)
  3431.  
  3432. Improves performance by adding a one-element cache for gx_curve_x_at_y.
  3433. (gzpath.h, gxpcopy.c)
  3434.  
  3435. Reduces overhead when banded images are pre-rasterized (currently, always).
  3436. (gxclimag.c)
  3437.  
  3438. Adds a rendering cost estimate field to each band in a band list.  This
  3439. field isn't actually used for anything yet; eventually, the intent is that
  3440. bands with a high cost will get rendered, and stored in compressed form,
  3441. before starting the engine.  (gxclist.h)
  3442.  
  3443. Adds the concept of 'notes' for path segments, to allow remember what
  3444. segments constitute a single curve or arc.  Currently we set these properly
  3445. for everything except dashed paths.  (gxclpath.h, gxpath.h, gzpath.h,
  3446. gspath1.c, gxclpath.c, gxclread.c, gxpath.c, gxpath2.c, gxpcopy.c)
  3447.  
  3448. When the dot length is non-zero, changes curve stroking to always use bevel
  3449. joins within each curve rather than the current join.  This prevents a
  3450. "bristly" look with no join and butt caps.  (gxstroke.c)
  3451.  
  3452. Adds an "accurate curves" capability that makes the last line segment of a
  3453. flattened curve actually be tangent to the curve, which in turn makes
  3454. flat-end caps be correctly perpendicular to the tangent.  (gxpath.h,
  3455. gxpcopy.c)
  3456.  
  3457. Adds an "accurate curves" flag in the graphics state.  (gsline.h,
  3458. gxclpath.h, gxistate.h, gsline.c, gspath.c, gspath1.c, gxclpath.c,
  3459. gxclread.c, gxfill.c, gxstroke.c)
  3460.  
  3461. Changes the meaning of "no join" (gs_join_none) so that instead of producing
  3462. no join and butt caps, it produces whatever the current cap is.  This is
  3463. compatible with the H-P definition.  (gxstroke.c)
  3464.  
  3465. Implements non-zero dot length for dash patterns.  (gxpdash.c)
  3466.  
  3467. Splits off the curve flattening algorithms into a separate file.
  3468. (gxpcopy.c, gxpflat.c)
  3469.  
  3470. Version 4.39(limited) (1/1/97)
  3471. =====================
  3472.  
  3473. This version was created only to accompany a release of the PCL XL
  3474. interpreter.  It was withdrawn the day after it was released, because the
  3475. tools used to produce it put the wrong files in the filesets.
  3476.  
  3477. Documentation
  3478. -------------
  3479.  
  3480. Adds a more detailed description of the third-party ps_view viewer
  3481. interface.  (new-user.txt)
  3482.  
  3483. Corrects an error in a reference to the PSLRM.  (lib.txt)
  3484.  
  3485. Documents the change in .makeoperator.  (language.txt)
  3486.  
  3487. Updates the FTP location of the zlib sources.  (zlib.mak)
  3488.  
  3489. Procedures
  3490. ----------
  3491.  
  3492. Fixes bugs:
  3493.     - The Unix library makefile didn't include the necessary definitions
  3494. for libpng and zlib.  (ugcclib.mak)
  3495.  
  3496. Allows selecting the compression filters for memory-based band lists in the
  3497. makefile.  Makes zlib (deflate) the default compressor for memory-based band
  3498. lists.  (lib.mak)
  3499.  
  3500. Utilities
  3501. ---------
  3502.  
  3503. Fixes bugs:
  3504.     - prfont.ps wouldn't print unencoded characters in Type 42 fonts.
  3505. (prfont.ps)
  3506.  
  3507. Drivers
  3508. -------
  3509.  
  3510. Fixes bugs:
  3511.     - The H-P monochrome driver didn't put out enough initialization
  3512. commands at the beginning of each page to make each page printable
  3513. independently.  (gdevdjet.c)
  3514.  
  3515. Interpreter
  3516. -----------
  3517.  
  3518. Changes ref_stack_count_inline so it never does a procedure call.
  3519. (istack.h)
  3520.  
  3521. Changes .makeoperator so that operator procedures save the stack depths, and
  3522. restore the stack pointers (if possible) if the operator encounters an
  3523. error.  This is a NON-BACKWARD-COMPATIBLE CHANGE; it requires rewriting the
  3524. 'stop' and 'stopped' pseudo-operators (and, if there were any, any other
  3525. pseudo-operators that interact with the error handling machinery) in C.
  3526. (gs_init.ps, interp.c, zcontrol.c)
  3527.  
  3528. Adds recognition of the LeadingEdge, MediaClass, and RollFedMedia keys in a
  3529. page device dictionary, per the Adobe supplement for their version 2017
  3530. interpreter.  This involves a NON-BACKWARD-COMPATIBLE change to the
  3531. (undocumented) .matchpagesize operator.  (gs_setpd.ps, zmedia2.c)
  3532.  
  3533. Makes necessary changes for compatibility with the added parameters for the
  3534. zlib filters.  (zfzlib.c)
  3535.  
  3536. Streams
  3537. -------
  3538.  
  3539. Fixes bugs:
  3540.     - The zlib encoder returned EOFC when it should have returned 0.
  3541. (szlibe.c)
  3542.  
  3543. Adds optional parameters and reset procedures for the zlib filters.
  3544. (szlibx.h, szlibc.c, szlibd.c, szlibe.c)
  3545.  
  3546. Library
  3547. -------
  3548.  
  3549. Fixes bugs:
  3550.     - Displaying characters with a non-standard RasterOp could cause an
  3551. invalid memory access.  (gdevdflt.c)
  3552.     - Banding sometimes used an incorrect RasterOp.  (gxclread.c)
  3553.     - When banding, mixing Patterns and halftones could confuse the
  3554. bookkeeping of tile size, leading to incorrect generation of the band list
  3555. and error messages or confusion when rasterizing.  (gxclist.h, gxclbits.c,
  3556. gxclread.c)
  3557.     - If only the dash pattern offset changed, and not any of the other
  3558. dash-related parameters, the new offset wasn't written in the band list,
  3559. causing incorrect output.  (gxclpath.c)
  3560.     - Oversized halftone tiles didn't report their error code properly.
  3561. (gxclbits.c)
  3562.     - Oversized halftone tiles with RasterOp caused an error.
  3563. (gxclist.c)
  3564.     - When banding, RasterOp transfers that crossed a band boundary
  3565. didn't access the correct source data on bands other than the first.
  3566. (gxclist.c)
  3567.     - There were redundant copies of the code for writing a RasterOp
  3568. value in the band list.  (gxclimag.c, gxclpath.c)
  3569.     - Oversized patterns or halftones produced garbled output.
  3570. (gxclbits.c)
  3571.     - The check for oversized patterns or halftones was slightly
  3572. incorrect, leading to the possibility of writing out a tile that would
  3573. overflow the reading buffer and corrupt memory.  (gxclbits.c)
  3574.     - When banding, RasterOp wasn't applied to fill and stroke
  3575. operations, and wasn't applied correctly to characters.  (gdevdflt.c,
  3576. gxclimag.c, gxclread.c)
  3577.     - The RasterOp-related optimizations for black-and-white images
  3578. sometimes produced incorrect output.  (gximage.c, gximage2.c)
  3579.     - The default implementation of fill_triangle didn't draw anything
  3580. if the corners of the triangle were specified in certain orders (ax < 0 or
  3581. bx < 0).  (gdevddrw.c)
  3582.     - Painting with a Pattern could pass out-of-range phase values to
  3583. driver procedures.  (gspcolor.c)
  3584.     - Because of an off-by-1 error, halftones or patterns passed through
  3585. the band list could write past the end of their allocated space in the band
  3586. tile cache, leading to incorrect output or possible arithmetic exceptions or
  3587. memory access errors.  (gsbitops.c)
  3588.  
  3589. Adds -Z: for printing only the minimal command list statistics.  (gxclist.c,
  3590. gxclread.c)
  3591.  
  3592. Expands band list tracing so it includes all of the data associated with the
  3593. command, not just the command name and a few command parameters.
  3594. (gxclread.c)
  3595.  
  3596. Adds free lists for strings.  Currently these are only used in
  3597. non-garbage-collected environments.  (gxalloc.h, gsalloc.c, gsnogc.c)
  3598.  
  3599. Adds a procedure for copying a path structure, and an (internal) accessor
  3600. for the current path in the graphics state.  (gxpath.h, gspath.c, gxpath.c)
  3601.  
  3602. Speeds up filling characters with halftones a little bit.  (gdevdflt.c)
  3603.  
  3604. Changes the memory-based implementation of band lists so it can use any
  3605. compression / decompression filter, so it only compresses when it has
  3606. allocated a specified amount of buffer storage, and so it releases its
  3607. buffer storage at the end of each page.  (gxclmem.h, gxclmem.c)
  3608.  
  3609. Speeds up counting the number of 1-bits in a byte, which is used in some
  3610. image processing algorithms.  (gsbittab.h, gsbittab.c)
  3611.  
  3612. Reduces the band list space required for changing tile size.  (gxcldev.h,
  3613. gxclbits.c, gxclread.c)
  3614.  
  3615. Version 4.38(limited) (12/20/96)
  3616. =====================
  3617.  
  3618. Adds support for a couple of undocumented features in Type 1 fonts.
  3619.  
  3620. Interpreter
  3621. -----------
  3622.  
  3623. Adds handling of the Type 1 font subroutineNumberBias (an optional entry in
  3624. the Private dictionary) and lenIV = -1 features at the interpreter level.
  3625. (zchar1.c, zfont1.c)
  3626.  
  3627. Streams
  3628. -------
  3629.  
  3630. Fixes bugs:
  3631.     - The CCITTFaxEncode filter could access as much as 3 bytes beyond
  3632. the end of a buffer, causing an invalid memory access.  (scfe.c)
  3633.  
  3634. Changes the RunLengthDecode filter so it can make progress (produce output)
  3635. with only a 1-byte output buffer.  (srlx.h, srld.c)
  3636.  
  3637. Library
  3638. -------
  3639.  
  3640. Fixes bugs:
  3641.     - The sine and cosine of multiples of 90 degrees weren't exact.
  3642. (gxfarith.h, gsmisc.c)
  3643.     - The expanded bounding box computation for strokes didn't take into
  3644. account the possibility of overflow.  (gxstroke.c)
  3645.     - The allocator didn't fill freed strings with the 'free' mark.
  3646. (gsalloc.c)
  3647.     - When using a pattern with RasterOp, the phase was computed
  3648. incorrectly, leading to anomalous filling patterns.  (gspcolor.c)
  3649.     - Patterns with a non-zero translation in the matrix passed to
  3650. makepattern didn't translate the pattern origin properly.  (gxcolor2.h,
  3651. gxpcolor.h, gspcolor.c)
  3652.  
  3653. Adds a subroutineNumberBias field to Type 1 fonts.  This is an undocumented
  3654. feature of the Type 1 font format.  (gxfont1.h, gstype1.c)
  3655.  
  3656. Interprets lenIV = -1 in Type 1 fonts as meaning that the CharStrings are
  3657. unencrypted.  This too is an undocumented feature of the Type 1 format.
  3658. (gxfont1.h, gxtype1.h, gstype1.c, gstype2.c)
  3659.  
  3660. Changes gs_clippath so it returns more reasonable outlines.  (There are too
  3661. many programs that rely on being able to stroke the result of clippath, even
  3662. though both the Adobe and H-P literature specifically say the results are
  3663. unpredictable.)  (gxcpath.h, gxcpath.c)
  3664.  
  3665. Version 4.37(limited) (12/10/96)
  3666. =====================
  3667.  
  3668. This version implements separate halftone phase for source and texture,
  3669. required for PCL XL implementation.
  3670.  
  3671. Fonts
  3672. -----
  3673.  
  3674. Fixes bugs:
  3675.     - Loading a native TrueType font without a 'post' table caused an
  3676. error.  (gs_ttf.ps)
  3677.  
  3678. Interpreter
  3679. -----------
  3680.  
  3681. Extends the interpreter to handle the new separate halftone phases for the
  3682. RasterOp source and texture.  (gs_dps1.ps, zdps1.c)
  3683.  
  3684. Makes a small change to accommodate a library change supporting Type 2
  3685. charstrings.  (zfont1.c)
  3686.  
  3687. Interpreter (PDF)
  3688. -----------------
  3689.  
  3690. Implements the FontFile2 key for embedded TrueType fonts.  (pdf_font.ps)
  3691.  
  3692. Starts to implement the FontFile3 key for compressed Type 1 fonts.  This
  3693. code is currently disabled, because none of the necessary underlying C is
  3694. written yet.  (pdf_font.ps)
  3695.  
  3696. Library
  3697. -------
  3698.  
  3699. Fixes bugs:
  3700.     - The floating point emulator often returned incorrect results (too
  3701. many bugs to list).  (This is not used in any standard configuration.)
  3702. (gsfemu.c)
  3703.     - The new copy_for procedure for gstates incorrectly declared an
  3704. argument as const.  (gxstate.h, gsstate.c)
  3705.     - If a curve had to be split twice along the same axis to make it
  3706. monotonic, the split points could still be returned in the wrong order,
  3707. possibly causing curved edges to turn into straight lines, and the algorithm
  3708. still produced the wrong results if the curve had to be split twice along a
  3709. single axis.  This is the second time we have "fixed" these problems and the
  3710. 4th time we have "fixed" the curve monotonizing algorithm.  (gxpcopy.c)
  3711.     - Setting halftones cause a memory leak, because the subsidiary
  3712. objects of the device halftone weren't freed properly.  Fixing this required
  3713. changing the graphics state implementation from allocating a device halftone
  3714. for each gstate to managing the device halftone with reference counting.
  3715. (gxdht.h, gzstate.h, gsht.c, gsstate.c)
  3716.  
  3717. Provides an optimized version of ldexp for FPU-less configurations, and
  3718. changes one key algorithm to use it.  (gxfixed.h, gsmisc.c, gxpcopy.c)
  3719.  
  3720. Speeds up imagemask with a halftone a little.  (This will eventually require
  3721. more serious optimization.)  (gximage2.c)
  3722.  
  3723. Adds a -Z* switch for tracing varieties of image rendering.  (gximage.c)
  3724.  
  3725. Recognizes that if the logical operation is equivalent to D = S (after
  3726. accounting for a constant texture, if any), or if it is equivalent to D = ~S
  3727. or D = D {&,|}{S,~S} and D and S are both monobit and both colors are pure,
  3728. imaging with RasterOp can be executed without invoking RasterOp.  (gsropt.h,
  3729. gximage.c)
  3730.  
  3731. Makes coordinate transformations with landscape matrices execute as fast as
  3732. with portrait matrices.  (gxmatrix.h, gscoord.c, gsmatrix.c)
  3733.  
  3734. Adds some sketch code for interpreting Type 2 charstrings.  It compiles, but
  3735. it makes no pretense of being runnable.  (gstype1.h, gxop1.h, gxtype1.h,
  3736. gstype2.h, gxfont1.h, gstype1.c, gstype2.c)
  3737.  
  3738. Extends the library to allow setting separate halftone phases for the
  3739. RasterOp source and texture, which is needed to implement halftone screens
  3740. that behave like those in H-P's PCL XL printers.  (gscsel.h, gsstate.h,
  3741. gxcmap.h, gxcspace.h, gxdcolor.h, gxdither.h, gxpcolor.h, gzht.h, gzstate.h,
  3742. gscie.c, gscsepr.c, gsht.c, gspcolor.c, gxcht.c, gxcmap.c, gxdcolor.c,
  3743. gxht.c, gximage.c, gximage[2345].c, gspcmap.c) ****** STILL NEED TO UPDATE
  3744. BANDING CODE, grep FOR phase ******
  3745.  
  3746. Removes the rc_header member from the gs_halftone structure, since we don't
  3747. need it after all.  (gxht.h)
  3748.  
  3749. Version 4.36(limited) (12/3/96)
  3750. =====================
  3751.  
  3752. This version fixes a number of library bugs related to RasterOp, Patterns,
  3753. and memory management.
  3754.  
  3755. Documentation
  3756. -------------
  3757.  
  3758. Changes the definition of texture transparency to match the peculiar H-P
  3759. specification.  (drivers.txt, language.txt)
  3760.  
  3761. Drivers
  3762. -------
  3763.  
  3764. Fixes bugs:
  3765.     - x_get_bits didn't flush updates to the frame buffer, leading to
  3766. possibly incorrect data being returned.  (gdevx.c)
  3767.     - x_get_bits added padding to the scan line being copied, possibly
  3768. corrupting memory.  (gdevx.c)
  3769.  
  3770. Changes the x11mono driver to define white = 0, black = 1 to more closely
  3771. model black-and-white printers.  (This is an internal change that doesn't
  3772. affect the output.)  (gdevxalt.c)
  3773.  
  3774. Interpreter
  3775. -----------
  3776.  
  3777. Removes some code that is no longer needed, by virtue of the fix for the
  3778. memory leak in Pattern remapping.  (zpcolor.c)
  3779.  
  3780. Library
  3781. -------
  3782.  
  3783. Fixes bugs:
  3784.     - Patterns wider than 1024 bits caused a rangecheck.  (gxclip2.h,
  3785. gxclip2.c)
  3786.     - Dash patterns never got freed.  The fix for this slows down gsave
  3787. and grestore slightly, but we don't see any way around it.  (gsline.c,
  3788. gsstate.c)
  3789.     - If the CTM was very non-uniform in X and Y, stroke sometimes
  3790. didn't recognize thin lines as being thin, leading to dropouts.
  3791. (gxstroke.c)
  3792.     - RasterOps that didn't use S or T still took S or T transparency
  3793. into account.  (gdevmrop.c)
  3794.     - RasterOps with no source didn't handle the possibility that the
  3795. device color for black might have a value other than 0.  (gxdcolor.h,
  3796. gspcolor.c, gxcht.c, gxdcolor.c, gxht.c)
  3797.     - White pixels in halftones on black-and-white devices apparently
  3798. are *not* supposed to be treated as opaque for RasterOp.  (gxcht.c, gxht.c)
  3799.     - clippath caused memory to be lost until a restore or a garbage
  3800. collection.  (gspath.c)
  3801.     - Clipping lists weren't ever freed, and clipping paths sometimes
  3802. weren't freed, causing memory to be lost until a restore or a garbage
  3803. collection.  (gzacpath.h, gxacpath.c, gxcpath.c)
  3804.     - Freeing a pattern instance referenced a pointer after it had been
  3805. freed, causing an invalid memory access.  (gspcolor.c)
  3806.     - Remapping a Pattern color lost track of the temporary gstate,
  3807. memory devices, and possibly the mask, causing memory to be lost until a
  3808. restore or GC.  (gxpcolor.h, gxpcmap.c)
  3809.     - Remapping a Pattern color could cause paths to be marked as
  3810. shared, preventing them from being freed until a restore or GC.  (gxpcmap.c)
  3811.  
  3812. Enhances the non-tracing garbage collector so that if there are no strings
  3813. allocated at all, it resets the string allocation pointers.  (gsnogc.c)
  3814.  
  3815. Optimizes the black-and-white RasterOp implementation by recognizing cases
  3816. that can be implemented directly by fill_rectangle, copy_mono, or
  3817. tile_rectangle.  (gdevmrop.h, gsropt.h, gdevmrop.c, gsroptab.c)
  3818.  
  3819. Changes -ZA so it no longer produces [P] tracing messages for path
  3820. construction.  (gxpath.c)
  3821.  
  3822. Adds a gx_pattern_cache_winnow procedure for selectively removing entries
  3823. from the Pattern cache, similar to gx_purge_selected_cached_chars.
  3824. (gscolor2.h, gxpcolor.h, gxpcmap.c)
  3825.  
  3826. Adds the Pattern UID to Pattern cache entries.  (gxpcolor.h, gxpcmap.c)
  3827. ****** MUST HANDLE XUID POINTERS ON GC (RELOC) & RESTORE (CLEAR LIKE HT
  3828. CACHE) ******
  3829.  
  3830. Makes gs_gstate free the path representation of the clipping path if it's a
  3831. rectangle, since reconstructing it is cheap and otherwise the path segments
  3832. would not be freeable until a restore or GC.  (gsstate.c)
  3833.  
  3834. Extends the "client data" interface for gstates so that the copy procedure
  3835. can determine why it is being called.  (gxstate.h, gsstate.c)
  3836.  
  3837. Version 4.35(limited) (11/24/96)
  3838. =====================
  3839.  
  3840. This contains the usual bug fixes, and two minor enhancements: an option for
  3841. handling EPSF files with binary headers, and support for file-based
  3842. resources.
  3843.  
  3844. Documentation
  3845. -------------
  3846.  
  3847. Documents the new EPSF-reading capability.  (gs.mak)
  3848.  
  3849. Procedures
  3850. ----------
  3851.  
  3852. Fixes bugs:
  3853.     - Some obsolete definitions were accidentally left in the rules for
  3854. compiling fonts into the executable.  (int.mak)
  3855.  
  3856. Interpreter
  3857. -----------
  3858.  
  3859. Fixes bugs:
  3860.     - initgraphics left the current color space in an inconsistent
  3861. state.  (bug introduced in 4.32) (zgstate.c)
  3862.     - restore didn't properly rebind FontDirectory to either Local or
  3863. SharedFontDirectory according to the current VM selection.  (gs_dps1.ps)
  3864.     - If FontDirectory was redefined, many things broke.  (gs_ccfnt.ps,
  3865. gs_dps1.ps, gs_fonts.ps, gs_pdfwr.ps)
  3866.     - If a resource provided a file name but the file couldn't be
  3867. opened, an error occurred.  (gs_res.ps)
  3868.     - flushfile didn't work with procedure-based streams.  (zfileio.c)
  3869.  
  3870. Adds a feature (epsf.dev) that allows the interpreter to recognize and
  3871. handle MS-DOS EPSF files with a binary header.  (int.mak, gs_epsf.ps,
  3872. gs_init.ps, pdf_main.ps)
  3873.  
  3874. Adds (internal) .getuserparam and .getsystemparam operators for getting the
  3875. value of a single user or system parameter.  (gs_lev2.ps, zusparam.c)
  3876.  
  3877. To support file-based resources, implements the FontResourceDir,
  3878. GenericResourceDir, and GenericResourcePathSep system parameters, and
  3879. ResourceFileName for the built-in resource categories.  (gs_init.ps,
  3880. gs_lev2.ps, gs_res.ps)
  3881.  
  3882. Streams
  3883. -------
  3884.  
  3885. Fixes bugs:
  3886.     - The 2-D CCITTFaxDecode filter became confused if a buffer boundary
  3887. fell between a horizontal make-up code and its terminating code, typically
  3888. causing an ioerror.  (scfd.c)
  3889.  
  3890. Library
  3891. -------
  3892.  
  3893. Fixes bugs:
  3894.     - Using the null color could confuse the reference counts for color
  3895. spaces, causing memory access errors.  (gscolor.c)
  3896.     - Images with CombineWithColor = true caused memory access error,
  3897. because a structure element wasn't initialized.  (gdevmrop.c)
  3898.     - gs_setnullcolor tried to return an error code, even though it was
  3899. declared as returning void.  (Why doesn't gcc catch this??)  (gscolor.h,
  3900. gscolor.c)
  3901.     - gs_setnullcolor was declared inconsistently as taking a const or
  3902. non-const argument.  (gscolor.h)
  3903.     - Small color tiles in the band list were not read in correctly.
  3904. (gxclread.c)
  3905.     - The band list could get confused, causing ioerrors, invalid memory
  3906. accesses, or garbled output, because the algorithms for computing the size
  3907. of bitmaps when writing and when reading had gotten inconsistent.  This code
  3908. has been broken and "fixed" at least 4 or 5 times.  (gxcldev.h, gxclbits.c,
  3909. gxclread.c)
  3910.     - When using banding, characters that extended off the page
  3911. vertically in the -Y direction came out garbled.  (gxclimag.c)
  3912.     - The bounding box device didn't compute the box correctly for
  3913. trapezoids.  (gdevbbox.c)
  3914.     - The fastest case of rendering monochrome images could cause
  3915. unaligned data accesses.  (bug introduced recently.)  (gximage.h,
  3916. gximage1.c)
  3917.     - TrueType characters with no contours could cause an invalid memory
  3918. access.  (gstype42.c)
  3919.     - Composite TrueType characters weren't rendered properly.
  3920. (gstype42.c)
  3921.  
  3922. Adds a get_outline procedure to the Type 42 font header, to provide a
  3923. callback for getting the outline data for a glyph.  (gxfont42.h, gstype42.c)
  3924.  
  3925. Version 4.34(limited) (11/18/96)
  3926. =====================
  3927.  
  3928. This release adds a little more support for CID-keyed fonts and for PCL
  3929. emulation, and a bit more of the machinery for passing images through the
  3930. band list.
  3931.  
  3932. Documentation
  3933. -------------
  3934.  
  3935. Fixes bugs:
  3936.     - The RasterOp source device wasn't listed as an internal device in
  3937. drivers.txt.  (drivers.txt)
  3938.  
  3939. Corrects a statement regarding the pstotext license.  (new-user.txt)
  3940.  
  3941. Procedures
  3942. ----------
  3943.  
  3944. Fixes bugs:
  3945.     - The Watcom makefile for the library didn't work properly if
  3946. certain variables were overridden from the command line.  (watclib.mak)
  3947.     - The library code inadvertently depended on an interpreter header
  3948. file.  (*.mak)
  3949.  
  3950. Drivers
  3951. -------
  3952.  
  3953. Fixes bugs:
  3954.     - Some very picky compilers complained about assigning 0 to a
  3955. variable of an enum type.  (gdevpdfx.h, gdevpdf.c)
  3956.  
  3957. Interpreter
  3958. -----------
  3959.  
  3960. Fixes bugs:
  3961.     - Some very picky compilers didn't like a cast from a pointer type
  3962. to an int type.  (idebug.c)
  3963.     - Some very picky (and non-ANSI-compliant) compilers didn't allow
  3964. assigning an int to a variable of enumerated type.  (zfont2.c, zht2.c)
  3965.     - The library code inadvertently depended on an interpreter header
  3966. file.  (iref.h)
  3967.  
  3968. Restructures the font building code slightly to support CID fonts better.
  3969. (gs_cidfn.ps, bfont.h, zcid.c, zfont0.c, zfont1.c, zfont2.c, zfont42.c)
  3970.  
  3971. Adds a .setcurrentfile operator to allow disk-based fonts to keep their file
  3972. open.  (gs_cidfn.ps, zcontrol.c)
  3973.  
  3974. Streams
  3975. -------
  3976.  
  3977. Fixes bugs:
  3978.     - Some very picky compilers didn't like the computation (const byte
  3979. *)0 - 1.  (stream.c)
  3980.     - A cast to ulong was omitted.  (smtf.c)
  3981.     - Some compilers got confused by typedefs in the zlib header files.
  3982. (szlibd.c, szlibe.c)
  3983.  
  3984. Library
  3985. -------
  3986.  
  3987. Fixes bugs:
  3988.     - A header file didn't select the proper system header on all POSIX
  3989. systems.  (malloc_.h)
  3990.     - A subclass/superclass type discrepancy upset some compilers.
  3991. (gsline.h, gsline.c, gxpdash.c)
  3992.     - Some very picky compilers didn't accept the previous definition of
  3993. the offset_of macro.  (stdpre.h)
  3994.     - Some very picky (and non-ANSI-compliant) compilers didn't like
  3995. mixing int and enumerated types.  (gsropt.h, gzstate.h, gdevmrop.c,
  3996. gdevrrgb.c, gsrop.c, gxclist.c)
  3997.     - A cast was missing.  (gslib.c)
  3998.     - The gs_setxxxtransparent procedures interpreted their argument
  3999. backwards (i.e., as "opaque" rather than "transparent").  (gsrop.c)
  4000.     - Intersecting clipping paths didn't reset the logical operation to
  4001. the default, causing a possible crash.  (gsrop.h, gsrop.c, gxacpath.c)
  4002.     - Pattern accumulation didn't reset the logical operation to the
  4003. default, possibly causing incorrect output.  (gspcolor.c)
  4004.     - If a Type 1 character ended with a curve and a closepath, a
  4005. microscopic line could result, causing output anomalies.  (gstype1.c)
  4006.     - Stroking a path with a mix of thin and non-thin lines could cause
  4007. extraneous lines to appear.  (gxstroke.c)
  4008.     - Zero-width rectangles were painted even when fill adjustment was
  4009. turned off.  (gxpaint.c, gxstroke.c)
  4010.     - The algorithm for dividing a curve into monotonic pieces could
  4011. produce incorrect results, causing anomalies when filling curved regions
  4012. with zero fill adjustment.  (gxpcopy.c)
  4013.     - The algorithms for outside clipping were wrong, causing some
  4014. inside regions not to be clipped.  (gxcpath.c)
  4015.     - The white pixels in halftones weren't treated as unconditionally
  4016. opaque for RasterOp.  (gxht.c, gxcht.c)
  4017.     - Images with RasterOp didn't work properly.  (gdevmrop.c,
  4018. gximage[2345].c, gxpcmap.c)
  4019.     - The library code inadvertently depended on an interpreter header
  4020. file.  (gxalloc.h, genarch.c)
  4021.     - An important optimization for stroking (recognizing portrait,
  4022. landscape, and unscaled CTMs) was commented out.  WE DON'T HAVE ANY RECORD
  4023. OF WHY WE DID THIS, AND RESTORING IT MAY INTRODUCE NEW BUGS.  (gxstroke.c)
  4024.     - Bitmap images with non-zero data_x values were passed through the
  4025. band list incorrectly, possibly causing vertical "streaks" in the output.
  4026. (gxcldev.h, gxclread.c)
  4027.     - If a curve had to be split twice along the same axis to make it
  4028. monotonic, the split points were returned in the wrong order, possibly
  4029. causing curved edges to turn into straight lines.  (gxpcopy.c)
  4030.  
  4031. Changes the debugging printout format for paths so the output can be
  4032. processed mechanically more easily.  (gxpath.c)
  4033.  
  4034. Adds gs_glyphpath, like charpath but taking a glyph rather than a string of
  4035. character codes.  (gschar.h, gschar.c)
  4036.  
  4037. Adds an internal concept of a "null color", a color that doesn't actually
  4038. mark any pixels.  (gscolor.h, gsdcolor.h, gxdcolor.h, gscolor.c, gxdcolor.c)
  4039.  
  4040. Takes the next incremental steps towards passing images through the band
  4041. list:
  4042.     - Implements the ability to pass some color mapping information
  4043. (transfer functions, black generation, undercolor removal) through the band
  4044. list.  (gxclist.h, gxclimag.c, gxclist.c, gxclread.c)
  4045.  
  4046. Version 4.33(limited) (11/6/96)
  4047. =====================
  4048.  
  4049. This release fixes yet another obscure bug in the recently rewritten fast
  4050. loops for image rendering.  (These loops have caused more problems than any
  4051. other single module of the entire library.)  It also adds preliminary
  4052. support for CID-keyed fonts (CIDFonts only, not CMaps yet) and some library
  4053. extensions for supporting HP-GL/2.
  4054.  
  4055. Documentation
  4056. -------------
  4057.  
  4058. Adds considerable new material to the C style document.  (c-style.txt)
  4059.  
  4060. Changes -cckr to -ansi in the SGI build procedure.  (make.txt)
  4061.  
  4062. Corrects an error in the description of the .type42execchar operator.
  4063. (gs_typ42.ps)
  4064.  
  4065. Procedures
  4066. ----------
  4067.  
  4068. Fixes bugs:
  4069.     - The 'man' pages were installed in the documentation directory as
  4070. well as in the man directory.  (unix-end.mak)
  4071.  
  4072. Interpreter
  4073. -----------
  4074.  
  4075. Adds support for CID-keyed fonts.  There is no CMap support yet, and some
  4076. things are done with hacks.  (int.mak, gs_cidfn.ps, gs_cmap.ps, ichar.h,
  4077. zchar.c, zchar2.c, zchar42.c, zfont2.c, zfont42.c, zcid.c)
  4078.  
  4079. Adds operators for accessing the new dash adaptation and dot length
  4080. parameters in the graphics state.  (gs_init.ps, zgstate.c)
  4081.  
  4082. Library
  4083. -------
  4084.  
  4085. Fixes bugs:
  4086.     - The fast case of monobit image rendering could overwrite memory.
  4087. (gximage1.c)
  4088.     - The new fast implementation of rectfill didn't check for
  4089. fixed-point overflow.  (gsdps1.c)
  4090.     - Internally, fonts with no name all appeared to have the same name,
  4091. possibly confusing the xfont machinery.  (gxccman.c)
  4092.     - A cast to remove const was omitted, upsetting some compilers.
  4093. (gximage1.c)
  4094.     - The driver's stroke_path routine was not called if the logical
  4095. operation was not the default one.  (gxpaint.c)
  4096.  
  4097. Adds support for CID-keyed fonts.  (gsccode.h, gxfont.h)
  4098.  
  4099. Adds a new "dash pattern adaptation" flag in the imager state.  When this
  4100. flag is set and a dash pattern is in effect, each line segment will receive
  4101. an integral number of repetitions of the dash pattern (if necessary, rounded
  4102. up).  (gsline.h, gxline.h, gsline.c, gsstate.c, gxpdash.c)
  4103.  
  4104. Adds a new "dot length" parameter to the imager state.  If this parameter is
  4105. non-zero, it gives a length for rendering dots (zero-length lines).  See
  4106. language.txt for details.  (gsline.h, gxline.h, gsline.c, gsstate.c,
  4107. gxstroke.c)
  4108.  
  4109. Extends band lists so they can handle dash pattern adaptation and dot
  4110. length.  (gxcldev.h, gxclpath.h, gxclpath.c, gxclread.c)
  4111.  
  4112. Adds a floating point emulator to allow more realistic profiling of
  4113. configurations without a FPU.  (gsfemu.c)
  4114.  
  4115. Version 4.32(limited) (11/1/96)
  4116. =====================
  4117.  
  4118. This fixes a couple more bugs, most notably the infamous "pixel stripe" bug.
  4119.  
  4120. Documentation
  4121. -------------
  4122.  
  4123. Fixes bugs:
  4124.     - The documentation said that Ghostscript could not interpret
  4125. encrypted PDF files.  (language.txt)
  4126.     - A number of Ghostscript's extensions to the PostScript language
  4127. were missing.  (language.txt)
  4128.  
  4129. Drivers
  4130. -------
  4131.  
  4132. Fixes bugs:
  4133.     - A compiler complained about initializing an unsigned variable with
  4134. a negative value.  (gdevx.c)
  4135.     - An off-by-1 allocation error could cause memory overwriting.
  4136. (gdevepsc.c)
  4137.  
  4138. Platforms
  4139. ---------
  4140.  
  4141. Declares a pointer 'const' that is actually only used for reading.
  4142. (gp_unifs.c)
  4143.  
  4144. Fonts
  4145. -----
  4146.  
  4147. Fixes bugs:
  4148.     - The code for adding nominal UnderlinePosition and
  4149. UnderlineThickness entries to FontInfo assumed (incorrectly) that all Type 1
  4150. fonts had FontBBox entries.  (gs_type1.ps)
  4151.  
  4152. Brings CIDFont support closer to reality.  It doesn't work yet, though.
  4153. (gs_cidfn.ps, gs_fonts.ps, gs_init.ps, gs_res.ps, gs_typ42.ps)
  4154.  
  4155. Interpreter
  4156. -----------
  4157.  
  4158. Removes a redundant implementation of initgraphics.  (gs_init.ps)
  4159.  
  4160. Speeds up rectfill a little for the common case (4 numbers on the stack).
  4161. (zdps1.c)
  4162.  
  4163. Library
  4164. -------
  4165.  
  4166. Fixes bugs:
  4167.     - Zero-width, 1-bit-deep, landscape or portrait images could
  4168. overwrite memory ad lib.  (gximage1.c)
  4169.     - A procedure was declared 'static' inconsistently, upsetting many
  4170. compilers (but not gcc, which, in contradiction to the ANSI standard,
  4171. doesn't check this properly).  (gxcpath.c)
  4172.     - A local variable was initialized with a value computed from a
  4173. variable that hadn't been set yet, leading to possibly incorrect coloring of
  4174. the first run of pixels in images with 12 bits per sample.  (gximage4.c)
  4175.     - A compiler complained about initializing an unsigned variable with
  4176. a negative value.  (shcgen.c)
  4177.     - A rounding problem could produce a vertical stripe of 1 (or on
  4178. very large images possibly more) incorrect pixels at the right edge of a
  4179. 1-bit-deep image.  (gxdda.h, gximage1.c)
  4180.  
  4181. Speeds up gs_rectfill substantially for the portrait/landscape case with a
  4182. rectangular clipping region.  (gsdps1.c)
  4183.  
  4184. Adds a parameter so we can include gx_line_params in subclasses.  (gzline.h)
  4185.  
  4186. Version 4.31(limited) (10/27/96)
  4187. =====================
  4188.  
  4189. This is primarily a bug fix release for 4.30, which we had hoped wouldn't be
  4190. necessary....
  4191.  
  4192. Documentation
  4193. -------------
  4194.  
  4195. Fixes bugs:
  4196.     - The comment describing the order of coefficients in a CTM written
  4197. on the band list was wrong.  (gxclpath.h)
  4198.  
  4199. Procedures
  4200. ----------
  4201.  
  4202. Fixes bugs:
  4203.     - bug-form.txt wasn't installed by 'make install'.  (unix-end.mak)
  4204.     - The default flags in ugcclib.mak didn't take the gcc code
  4205. generation bug into account.  (ugcclib.mak)
  4206.  
  4207. Platforms
  4208. ---------
  4209.  
  4210. Fixes bugs:
  4211.     - MetroWerks CodeWarrior predefines true and false, causing
  4212. compilation errors on the Mac.  (stdpre.h)
  4213.  
  4214. Interpreter
  4215. -----------
  4216.  
  4217. Updates code for the change in the ENUM_PTR macros.  (iscan.c)
  4218.  
  4219. Changes the allocator to keep track of "lost" ref space separately, to allow
  4220. an independent check on its activities.  (gxalloc.h, ialloc.c, isave.c)
  4221.  
  4222. Changes the garbage collector API slightly to allow implementation of the
  4223. API in applications other than PostScript interpreters.  (ivmspace.h,
  4224. ireclaim.c, igc.c)
  4225.  
  4226. Interpreter (PDF)
  4227. -----------------
  4228.  
  4229. Implements the PDF 1.1 BX and EX operators.  (pdf_base.ps, pdf_main.ps)
  4230.  
  4231. Streams
  4232. -------
  4233.  
  4234. Fixes bugs:
  4235.     - Some (harmless) pointer incompatibilities upset some compilers.
  4236. (szlibd.c, szlibe.c)
  4237.  
  4238. Updates code for the change in the ENUM_PTR macros.  (stream.c)
  4239.  
  4240. Library
  4241. -------
  4242.  
  4243. Fixes bugs:
  4244.     - A label in the ENUM_PTR procedure generating macros was often not
  4245. referenced, leading to compiler warnings.  (gsstruct.h, gxxfont.h,
  4246. gdevmem.c, gschar.c, gscolor2.c, gsdevice.c, gsfont0.c, gsht.c, gsstate.c,
  4247. gxcpath.c, gximage.c)
  4248.     - Using the gstate version of setflat rather than the imager version
  4249. caused compiler warnings (and, in some cases, errors).  (gstype1.c)
  4250.     - Non-standard ImageMatrix values for banded images didn't work.
  4251. (This wasn't actually used.)  (gxclread.c)
  4252.     - imagemask with a halftone and portrait orientation colored some
  4253. inappropriate pixels.  (bug introduced in 4.30) (gximage2.c)
  4254.     - When banding, if a character straddled a band boundary the first
  4255. time it occurred, all occurrences of it were clipped.  (bug introduced in
  4256. 4.2x or 4.30) (gxclimag.c)
  4257.     - Degenerate clipping rectangles sometimes got turned into
  4258. non-degenerate ones by swapping the min and max coordinates.  (gxcpath.c)
  4259.     - Resizing an object either allocated a new object unnecessarily
  4260. (performance bug only), or in very rare cases could corrupt memory.
  4261. (gsalloc.c)
  4262.     - Very small objects didn't get put on a free list when freed.
  4263. (Performance bug only.) (gsalloc.c)
  4264.     - Some pointers were incorrectly declared 'const', upsetting some
  4265. compilers.  (gxclread.c)
  4266.  
  4267. Adds more tracing output for -ZL.  (gxclread.c)
  4268.  
  4269. Changes the -Za tracing output slightly to aid mechanical analysis of
  4270. allocation traces: allocation events now always include a '+', deallocation
  4271. events always include a '-', and the address is always the address of the
  4272. object data and not the header.  (gsalloc.c, gsmemory.c)
  4273.  
  4274. Changes the allocator to keep track of "lost" object and string space
  4275. separately, to allow an independent check on its activities.  (gxalloc.h,
  4276. gsalloc.c)
  4277.  
  4278. Changes the allocator to use 'memmove' in an obvious place.  (gsalloc.c)
  4279.  
  4280. Provides a garbage collector API at the library level to allow
  4281. implementation of the API in applications other than PostScript
  4282. interpreters.  (gsgc.h)
  4283.  
  4284. Version 4.30(limited) (10/23/96)
  4285. =====================
  4286.  
  4287. The main purpose of this release is to implement a substantial change in the
  4288. "high level" image API, after which we believe this API will be stable.
  4289.  
  4290. Documentation
  4291. -------------
  4292.  
  4293. Documents the changes in the begin_image and image_data device procedures.
  4294. (drivers.txt)
  4295.  
  4296. Drivers
  4297. -------
  4298.  
  4299. Speeds up the PDF writer a little by reducing the amount of allocation,
  4300. which was causing very frequent garbage collections.  (gs_pdfwr.ps,
  4301. gdevpdft.c)
  4302.  
  4303. Updates the PDF writer for the change in begin_image/image_data.
  4304. (gdevpdfi.c)
  4305.  
  4306. Platforms
  4307. ---------
  4308.  
  4309. Fixes bugs:
  4310.     - Some versions of the SGI IRIX compiler have a bug that causes them
  4311. to try to expand macros that require arguments even when the macro name
  4312. isn't followed by a left parenthesis.  (gdevsgi.h, gdevsgi.c)
  4313.     - The IBM RS6000 compilers now provide <stdlib.h>, so our
  4314. definitions of malloc and free caused a conflict.  (malloc_.h)
  4315.  
  4316. Fonts
  4317. -----
  4318.  
  4319. Fixes bugs:
  4320.     - Many Fontmaps included obsolete references to an old
  4321. Helvetica-Narrow font.  (Fontmap.*)
  4322.  
  4323. Makes the GS_FONTPATH directory scanner a little more liberal about what
  4324. files it examines: it will now examine any file whose first line begins with
  4325. %!PS-Adobe or %!FontType.  (gs_fonts.ps)
  4326.  
  4327. To match an apparent Adobe convention, augments findfont so that if a font
  4328. isn't in the Fontmap, it will try to load a file whose name is the same as
  4329. the font name.  (gs_fonts.ps)
  4330.  
  4331. To make some questionable Apple font inquiry code work, augments the
  4332. FAKEFONTS facility so that it sets the FontType of fake fonts to 1.
  4333. (gs_fonts.ps)
  4334.  
  4335. Interpreter
  4336. -----------
  4337.  
  4338. Fixes bugs:
  4339.     - .checkpassword, .putdeviceparams, .putdevparams, setsystemparams,
  4340. and setuserparams didn't free the results byte array, causing a memory leak
  4341. (until the next garbage collection).  (zdevice.c, ziodev.c, zusparam.c)
  4342.  
  4343. Library
  4344. -------
  4345.  
  4346. Fixes bugs:
  4347.     - The code for emulating floating point multiplication with
  4348. conversion to fixed point didn't detect overflow correctly, which could
  4349. produce incorrect results instead of a limitcheck.  (gsmisc.c)
  4350.     - A macro cast a pointer incorrectly, leading to spurious compiler
  4351. warnings.  (gxfixed.h)
  4352.     - The code for emulating fixed-to-float conversion computed the
  4353. exponent incorrectly.  (gsmisc.c)
  4354.     - The algorithm for advancing a DDA a given number of steps (not
  4355. actually used anywhere before this version) was wrong.  (gxdda.h)
  4356.     - The clipping box returned by clipping devices was incorrect,
  4357. causing parts of the page to disappear.  (bug introduced in 4.20)
  4358. (gxcpath.c)
  4359.  
  4360. Changes the begin_image and image_data device procedures:
  4361.     - begin_image now takes an optional subrectangle instead of a set of
  4362. shape flags.
  4363.     - image_data now always takes complete rows of pixels, takes a
  4364. source X offset, and returns 1 when it has received all the data.
  4365.  
  4366. The change in begin_image and image_data is a NON-BACKWARD-COMPATIBLE CHANGE
  4367. IN A PUBLIC INTERFACE; however, this interface was still designated "subject
  4368. to change", per the notes for release 3.67 and the documentation in
  4369. drivers.txt.  (gsiparam.h, gxclpath.h, gxdda.h, gxdevice.h, gximage.h,
  4370. gdevbbox.c, gdevnfwd.c, gsimage.c, gxclimag.c, gxclread.c, gximage.c,
  4371. gximage?.c)
  4372.  
  4373. Version 4.21(limited) (10/17/96)
  4374. =====================
  4375.  
  4376. The purpose of this release is to fix bugs reported in 4.0x, 4.10, and 4.20.
  4377.  
  4378. Documentation
  4379. -------------
  4380.  
  4381. Fixes bugs:
  4382.     - The Ghostscript man page had a .TH in the middle.  (gs.1)
  4383.  
  4384. Procedures
  4385. ----------
  4386.  
  4387. Fixes bugs:
  4388.     - The shared version of zlib was always called libgz; on most
  4389. systems, it is now called libz (but not on Red Hat Linux, where libz is a
  4390. library for dealing with time zones).  (*.mak, gs.mak, libpng.mak, zlib.mak)
  4391.     - The pdf2dsc.1 man page wasn't installed on Unix systems.
  4392. (unix-end.mak)
  4393.     - font2c generated procedures named gsf_xxx, but genconf assumed
  4394. they were named gs_f_xxx.  (int.mak)
  4395.  
  4396. Drivers
  4397. -------
  4398.  
  4399. Updates the user-contributed LBP-8II driver to correct unspecified problems.
  4400. (gdevlbp8.c)
  4401.  
  4402. Adds a user-contributed driver for Avance Logic SuperVGA cards.
  4403. (gdevsvga.c, devs.mak)
  4404.  
  4405. Platforms
  4406. ---------
  4407.  
  4408. Fixes bugs:
  4409.     - On Windows NT, a 32-bit parameter was truncated to 16 bits,
  4410. preventing drawing of scroll bars of the image window when the window is
  4411. uncovered.  (dwimg.cpp)
  4412.  
  4413. Fonts
  4414. -----
  4415.  
  4416. Fixes bugs:
  4417.     - The free URW Grotesk and Antiqua fonts were omitted from the
  4418. distribution.
  4419.  
  4420. Interpreter
  4421. -----------
  4422.  
  4423. Fixes bugs:
  4424.     - Defining a new global instance of a built-in resource
  4425. (ColorRendering, ColorSpace, Form, Halftone, Pattern, ProcSet) caused an
  4426. invalidaccess error.  (gs_res.ps)
  4427.     - pathbbox with no current path left an extra item on the stack when
  4428. the error occurred.  (gs_init.ps)
  4429.     - findresource for an undefined resource instance didn't preserve
  4430. the contents of the stack.  (gs_res.ps)
  4431.  
  4432. Adds a new file providing a procedural interface with a very rudimentary
  4433. form of job encapsulation.  (gserver.c)
  4434.  
  4435. Changes the initial value of MaxOpStack to 20000, for the sake of a few
  4436. badly-behaved files.  (gs_init.ps, pdf_base.ps)
  4437.  
  4438. Library
  4439. -------
  4440.  
  4441. Fixes bugs:
  4442.     - If the image operators failed to allocated their bookkeeping
  4443. structure, the result was a crash rather than VMerror.  (gximage.c)
  4444.     - gx_default_fill_triangle (currently used only to implement the
  4445. fastest case of stroke) had a typo that could cause a numeric exception or
  4446. incorrect output, and another typo that could produce incorrect output.
  4447. (gdevddrw.c)
  4448.     - When banding, if the first occurrence of a character fell partly
  4449. off the page, all occurrences of that character on the page could be clipped
  4450. or mangled.  (gxclbits.c, gxclimag.c)
  4451.     - When testing whether it's worthwhile compressing a bitmap for
  4452. banding, the compressor was allowed to generate a lot more output than
  4453. needed to make the test.  (gxclbits.c)
  4454.     - Certain cases of unrotated gray-scale images dropped the first or
  4455. last pixel of each scan line.  (gximage2.c)
  4456.     - In rare cases, a run of pixels in a image could get erroneously
  4457. displayed in the same color as the previous run, because of a cache
  4458. bookkeeping bug.  (gximage3.c)
  4459.     - The sample driver for the library had gotten inconsistent with a
  4460. header file.  (gslib.c)
  4461.     - A declaration was followed by an extraneous semicolon, which upset
  4462. some compilers.  (gxht.h)
  4463.     - Missing parentheses caused a test for thin lines to be incorrect.
  4464. (gxstroke.c)
  4465.  
  4466. Version 4.20(limited) (10/13/96)
  4467. =====================
  4468.  
  4469. This release has internal changes for future support of banded image
  4470. processing, but no externally visible changes.  Its primary purpose is to
  4471. incorporate speedups for clipped images.  It does *not* incorporate fixes
  4472. for all problems reported in 4.0x or 4.10.
  4473.  
  4474. Documentation
  4475. -------------
  4476.  
  4477. Documents the new get_clipping_box device procedure.  (drivers.txt)
  4478.  
  4479. Procedures
  4480. ----------
  4481.  
  4482. Fixes bugs:
  4483.     - There were many, many minor inconsistencies between the makefiles
  4484. and the source code.  (We finally have an automated tool to detect these.)
  4485. (devs.mak, int.mak, lib.mak, unixtail.mak; gsutil.c, zwppm.c)
  4486.     - Some makefile rules weren't properly terminated by a blank line.
  4487. (lib.mak)
  4488.  
  4489. Utilities
  4490. ---------
  4491.  
  4492. Fixes bugs:
  4493.     - The comments in gslp.ps had gotten out of date.  (gslp.ps)
  4494.  
  4495. Adds --no-eject-file and --no-eject-formfeed switches to gslp.ps, to allow
  4496. packing files in multi-column printouts.  (gslp.ps)
  4497.  
  4498. Drivers
  4499. -------
  4500.  
  4501. Adds a user-contributed driver for the Epson LP-8000 laser printer.
  4502. (gdevlp8k.c)
  4503.  
  4504. Adds a DisplayMode parameter to the vgalib device.  (gdevvglb.c)
  4505.  
  4506. Removes the requirement of typing a character at the end of each page using
  4507. the vgalib driver.  THIS IS A USER-VISIBLE, NON-BACKWARD-COMPATIBLE CHANGE.
  4508. (gdevvglb.c)
  4509.  
  4510. Interpreter
  4511. -----------
  4512.  
  4513. Updates code to accommodate the new get_clipping_box device procedure.
  4514. (zupath.c)
  4515.  
  4516. Library
  4517. -------
  4518.  
  4519. Fixes bugs:
  4520.     - When a CTM was passed through the band list, it didn't get
  4521. translated to match the band coordinate system.  (This had no effect,
  4522. because the translation part of the CTM was never used.)  (gxclread.c)
  4523.  
  4524. Adds a ',' debugging switch to disable high-level operations when banding.
  4525. (gxclpath.c)
  4526.  
  4527. Adds an optional get_clipping_box device procedure, so that filling and
  4528. stroking can clip more aggressively.  (gdevmem.h, gdevprn.h, gxdevice.h,
  4529. gxpaint.h, gxpath.h, gzacpath.h, gdevdflt.c, gdevht.c, gdevnfwd.c,
  4530. gxacpath.c, gxclip2.c, gxclist.c, gxcpath.c, gxpcmap.c, gxfill.c,
  4531. gxstroke.c)
  4532.  
  4533. Speeds up clipped filling and stroking, by checking against the device
  4534. clipping box.  (gxfill.c, gxstroke.c)
  4535.  
  4536. Adds the ability to clip with a rectangle a clipping path being accumulated,
  4537. and uses it to do more aggressive clipping when banding.  (gzacpath.h,
  4538. gxacpath.c, gxclread.c)
  4539.  
  4540. Speeds up clipping of objects lying partly above or below the clipping
  4541. region.  (gxcpath.c)
  4542.  
  4543. Speeds up clipping vertically-oriented objects (such as 90 degree rotated
  4544. images or vertical rectangles) with convex clipping regions, by checking for
  4545. vertical rectangles contained in multiple clipping rectangles.  (gxcpath.c)
  4546.  
  4547. Speeds up the handling of 90 degree rotated gray-scale images.  (gximage2.c)
  4548.  
  4549. Enhances the band list so that it can contain commands for a range of bands,
  4550. not just a single band or all bands.  (gxcldev.h, gxclist.h, gxclbits.c,
  4551. gxclist.c, gxclread.c)
  4552.  
  4553. Adds an operation to the DDA structure, for eventual support of clipped
  4554. images.  (gxdda.h)
  4555.  
  4556. Factors out some macros useful for generating bit-transformation tables.
  4557. (gsbittab.h, gsbittab.c, gsflip.c)
  4558.  
  4559. Version 4.10(limited) (9/25/96)
  4560. =====================
  4561.  
  4562. This release adds local garbage collection, and a number of performance
  4563. improvements for garbage collection in general.  We will support it for one
  4564. or two OEMs, but it is not a public release.
  4565.  
  4566. Documentation
  4567. -------------
  4568.  
  4569. Moves documentation for all releases before 4.0 to history3.txt.  (NEWS,
  4570. history3.txt)
  4571.  
  4572. Utilities
  4573. ---------
  4574.  
  4575. Fixes bugs:
  4576.     - pdf2dsc.ps didn't have a proper license notice.  (pdf2dsc.ps)
  4577.  
  4578. Drivers
  4579. -------
  4580.  
  4581. Adds a psgray driver, like psmono, to produce 8-bit gray PostScript (level
  4582. 1) images.  (devs.mak, *.mak, gdevpsim.c)
  4583.  
  4584. Changes the psmono driver to allow runs of up to 255 repeated bytes.
  4585. (gdevpsim.c)
  4586.  
  4587. Interpreter
  4588. -----------
  4589.  
  4590. Fixes bugs:
  4591.     - setdevice erased the page even if this wasn't necessary.
  4592. (zdevice.c)
  4593.  
  4594. Speeds up the garbage collector, primarily by speeding up pointer
  4595. relocation.  (int.mak, ipacked.h, iref.h, ialloc.c, igc.c, igcref.c)
  4596.  
  4597. Actually implements local garbage collection.  (igc.h, ivmspace.h, igc.c,
  4598. igcref.c, igcstr.c, ireclaim.c)
  4599.  
  4600. Adds some additional error checking for the -Z? switch.  (ilocate.c)
  4601.  
  4602. Moves a utility for color mapping from the interpreter to the library.
  4603. (icolor.h, zcolor.c)
  4604.  
  4605. Adds a MinScreenLevels user parameter.  (zusparam.c)
  4606.  
  4607. Interpreter (PDF)
  4608. -----------------
  4609.  
  4610. Adds partial support for the PDF 1.2 gs operator, reverse engineered from a
  4611. PDF 1.2 file.  (pdf_draw.ps)
  4612.  
  4613. Library
  4614. -------
  4615.  
  4616. Fixes bugs:
  4617.     - The test for "thin" stroked lines incorrectly claimed some
  4618. non-thin lines were thin.  (gxstroke.c)
  4619.     - The computations for halftone cells didn't work for non-square
  4620. pixels.  (gxdht.h, gsht.c, gsht1.c, gshtscr.c)
  4621.  
  4622. Speeds up the garbage collector a little.  (gsstruct.h, gxalloc.h,
  4623. gxfcache.h, gsfont.c)
  4624.  
  4625. Replaces references to private statically allocated color spaces with
  4626. references to shared dynamically allocated ones, which are guaranteed to be
  4627. fully filled-in.  (gscie.c)
  4628.  
  4629. Moves a utility for color mapping from the interpreter to the library.
  4630. (gxfmap.h, gxcmap.c)
  4631.  
  4632. Makes available an imager analogue of setmatrix.  (gscoord.h, gscoord.c)
  4633.  
  4634. Adds a parameter to control the minimum number of halftone screen levels.
  4635. If a halftone cell has fewer pixels than this number, it will be replicated
  4636. (similar to what AccurateScreens does) until the replicated screen has
  4637. enough levels.  (gxht.h, gshtscr.c)
  4638.  
  4639. Version 4.03 (9/23/96)
  4640. ============
  4641.  
  4642. This was an emergency re-release of 4.02 to fix the stdin redirection
  4643. problem.  It has essentially no other changes.
  4644.  
  4645. Documentation
  4646. -------------
  4647.  
  4648. Fixes bugs:
  4649.     - Solaris 2.x has /usr/ucb/install, not installbsd.  (make.txt)
  4650.  
  4651. Updates current.txt to mention the ability to share libpng and libgz.
  4652. (current.txt)
  4653.  
  4654. Procedures
  4655. ----------
  4656.  
  4657. Fixes bugs:
  4658.     - A rule assumed that the makefile was named `makefile'.
  4659. (unixtail.mak)
  4660.  
  4661. Drivers
  4662. -------
  4663.  
  4664. Fixes bugs:
  4665.     - The stcolor drivers had an off-by-1 error that could cause them to
  4666. write into unallocated memory.  (gdevstc.c)
  4667.     - The Imagen driver wouldn't compile with gcc.  (gdevimgn.c)
  4668.  
  4669. Fonts
  4670. -----
  4671.  
  4672. Fixes bugs:
  4673.     - The Solaris fontmap had gotten out of date.  (Fontmap.Sol)
  4674.  
  4675. Streams
  4676. -------
  4677.  
  4678. Fixes bugs:
  4679.     - The test for stdin being non-seekable could leave the file error
  4680. flag set, which caused an infinite loop when trying to read from the file
  4681. later.  (sfile.c, sfileno.c)
  4682.  
  4683. Version 4.02 (9/19/96)
  4684. ============
  4685.  
  4686. This release fixes a few more bugs, and adds the ability to read encrypted
  4687. PDF files and some PDF 1.2 files.
  4688.  
  4689. This release was withdrawn after a few days because the stdin redirection
  4690. fix, which was made at the last minute, cause Ghostview to hang.
  4691.  
  4692. Documentation
  4693. -------------
  4694.  
  4695. Fixes bugs:
  4696.     - The list of required support files was incorrect.  (install.txt)
  4697.     - The descriptions of file name lookup weren't accurate.  (use.txt)
  4698.     - A J should have been an H.  (gxbitmap.h)
  4699.  
  4700. Updates the documentation about encrypted PDF files.  (new-user.txt)
  4701.  
  4702. Documents what the 13 base PDF fonts are.  (ps2pdf.txt)
  4703.  
  4704. Fixes a tiny typo.  (c-style.txt)
  4705.  
  4706. Adds a user-contributed man page for the new pdf2dsc script.  (pdf2dsc.1)
  4707.  
  4708. Updates the government restricted rights notice in the Aladdin Ghostscript
  4709. Free Public License.  (PUBLIC)
  4710.  
  4711. Adds the URL of test files to the bug report form.  (new-user.txt)
  4712.  
  4713. Puts the bug reporting form in a separate file.  (readme, bug-form.txt,
  4714. new-user.txt)
  4715.  
  4716. Notes that map_xxx_color procedures should not return gx_no_color_index.
  4717. (drivers.txt)
  4718.  
  4719. Notes that Ghostscript supports the Flate filters.  (language.txt)
  4720.  
  4721. Documents the use of the system libpng and zlib.  (make.txt, gs.mak)
  4722.  
  4723. Notes that Borland C++ 5.0 and 5.01 will not compile Ghostscript correctly.
  4724. (make.txt)
  4725.  
  4726. Procedures
  4727. ----------
  4728.  
  4729. Fixes bugs:
  4730.     - Using both DELAYBIND and SAFER caused problems.  (pstotext uses
  4731. DELAYBIND.)  (gs_init.ps)
  4732.  
  4733. Utilities
  4734. ---------
  4735.  
  4736. Fixes bugs:
  4737.     - Some pdf2ps machinery interfered with the PDF interpreter.
  4738. (pdf_2ps.ps, pdf_main.ps)
  4739.     - In the output of pdf2ps, page numbers in link destinations were
  4740. too high by 1.  (pdf_main.ps)
  4741.     - viewpbm didn't handle value ranges other than [0..255] correctly.
  4742. (viewpbm.ps)
  4743.  
  4744. Adds a user-contributed shell script to invoke pdf2dsc.ps.  (pdf2dsc,
  4745. unix-end.mak)
  4746.  
  4747. Adds a switch to the genconf utility to set the prefix for generated
  4748. procedure names.  (genconf.c)
  4749.  
  4750. Adds the option of using system libraries (possibly shared) for libpng
  4751. and/or zlib.  (*head.mak, msc*.mak, os2.mak, tccommon.mak, wccommon.mak;
  4752. libpng.mak, zlib.mak)
  4753.  
  4754. Drivers
  4755. -------
  4756.  
  4757. Fixes bugs:
  4758.     - The X11 display devices ignored the -DA4 compile-time option.
  4759. (gdevx.c)
  4760.     - The garbage collector could scramble the state of the CGM drivers.
  4761. (gxdevice.h, gdevcgm.c)
  4762.     - An identifier of more than 31 characters upset the VAX DEC C
  4763. compiler.  (gdevcgml.h, gdevcgml.c)
  4764.     - In case of an error in trying to set the CoreDistVersion distiller
  4765. parameter, a variable could be used without initialization.  (gdevpdfp.c)
  4766.     - When DEBUG is selected, the X Windows driver referenced _Xdebug,
  4767. which is not defined in (at least the VMS version of) DECWindows.  (x_.h,
  4768. gdevxini.c)
  4769.     - Some map_cmyk_color implementations could return "transparent".
  4770. (gdevbit.c)
  4771.     - Setting GraphicsAlphaBits or TextAlphaBits in the P*M drivers
  4772. caused an error.  (gdevpbm.c)
  4773.     - If a user cancelled printing under MS Windows, a confusing error
  4774. resulted, and a temporary file wasn't deleted.  (gdevwpr2.c)
  4775.     - The map_color_rgb procedure for the bit devices produced incorrect
  4776. results.  (This probably had no effect in practice.)  (gdevbit.c)
  4777.     - The os2prn device produced incorrect output.  (gdevos2p.c)
  4778.     - The OS/2 PM device didn't detect PM applications correctly.
  4779. (gdevpm.c)
  4780.     - The MS Windows printer driver didn't automatically detect the
  4781. printer's color capabilities.  (gdevwpr2.c)
  4782.     - The BJC-610 driver didn't print at 720 dpi.  (gdevcdj.c)
  4783.     - The static prototypes of many devices didn't include the far_data
  4784. keyword.  (gdev3852.c, gdev4081.c, gdevbgi.c, gdevcgm.c, gdevht.c,
  4785. gdevimgn.c, gdevl256.c, gdevmrop.c, gdevn533.c, gdevnfwd.c, gdevnp6.c,
  4786. gdevo182.c, gdevpcfb.c, gdevpdf.c, gdevpe.c, gdevpm.c, gdevs3ga.c,
  4787. gdevsnfb.c, gdevsppr.c, gdevsun.c, gdevsvga.c, gdevtknk.c, gdevvglb.c,
  4788. gdevwddb.c, gdevwprn.c, gdevx.c, gdevxalt.c)
  4789.     - The (original) deskjet driver collapsed print lines towards the
  4790. left margin.  (gdevdjet.c)
  4791.  
  4792. Adds to the pgm/pgnm/ppm/pnm[raw] drivers the ability to set the maximum
  4793. pixel value, by setting any of the Gray/Red/Green/BlueValues device
  4794. parameters.  (gdevpbm.c)
  4795.  
  4796. Adds pkm[raw] drivers, which do all their internal computations in CMYK and
  4797. convert the data to RGB as they write the file.  (gdevpbm.c)
  4798.  
  4799. Platforms
  4800. ---------
  4801.  
  4802. Fixes bugs:
  4803.     - The VMS script referred to old versions of the third-party
  4804. libraries.  (vms.mak)
  4805.     - Under VMS with DEC C, attempting to open a new file fails.
  4806. (gp_vms.c)
  4807.     - If you tried to print (gp_printfile) under Windows on a system
  4808. with no printers installed, Ghostscript caused a GPF.  (gp_mswin.c)
  4809.  
  4810. Restores support for a non-DLL MS Windows platform.  (bcwin32.mak,
  4811. dwnodll.cpp)
  4812.  
  4813. Adds a new MS Windows DLL call, gsdll_get_bitmap.  (gsdll16.def,
  4814. gsdll32.def, dll.txt, gdevwdib.c)
  4815.  
  4816. Fixes a variety of other small Windows- and OS/2-related problems, mostly
  4817. related to printing.  (gp_mswin.h, dpmainc.c, dwmain.cpp, dwmainc.cpp,
  4818. gdevmswn.c, gdevpm.c, gdevwpr2.c, gp_mswin.c)
  4819.  
  4820. Interpreter
  4821. -----------
  4822.  
  4823. Fixes bugs:
  4824.     - The value of /newerror in $error was true at the end of
  4825. initialization.  We now reset it after each internal use of stopped if
  4826. necessary.  (gs_dps1.ps, gs_fform.ps, gs_fonts.ps, gs_init.ps, gs_pdf.ps,
  4827. gs_res.ps, gs_type1.ps)
  4828.     - setpagedevice (and finddevice) didn't recognize Default.
  4829. (gs_init.ps)
  4830.     - When running with -dNODISPLAY, calling gssetresolution would cause
  4831. a crash.  (gs_init.ps)
  4832.     - A particular combination of save, .forgetsave, and garbage
  4833. collection could cause a memory access error in restore.  (isave.c)
  4834.     - Some references to systemdict were affected if a user redefined
  4835. the name /systemdict.  (gs_cmdl.ps, gs_fonts.ps, gs_kanji.ps, gs_dps1.ps,
  4836. gs_init.ps, gs_res.ps, gs_statd.ps, gs_type1.ps)
  4837.     - The insideness testing operators caused an invalid memory access.
  4838. (drivers.txt, zupath.c)
  4839.     - If a readline reached an input buffer boundary between the \r and
  4840. \n of a 2-character EOL, an error could occur.  (zfileio.c)
  4841.     - setdevparams caused an error.  (gs_lev2.ps)
  4842.  
  4843. Changes file names beginning with ./ or ../ so they are recognized as
  4844. "absolute" and not subject to the search path.  (gp_dosfs.c, gp_ntfs.c,
  4845. gp_os2.c, gp_unifn.c)
  4846.  
  4847. Changes the exit code for -h or --help from 0 to 1, so an invoking program
  4848. will keep the output around for the user to look at.  (imainarg.c)
  4849.  
  4850. Adds the FlateEncode and FlateDecode filters; adds PNG pixel prediction to
  4851. the LZW filters.  These additions are required for PDF 1.2 and will be part
  4852. of PostScript Level 3.  (int.mak, lib.mak, zfdecode.c, zfilter2.c, zfzlib.c,
  4853. zfpngp.c [deleted])
  4854.  
  4855. Interpreter (PDF)
  4856. -----------------
  4857.  
  4858. Fixes bugs:
  4859.     - The copyright notices on some files didn't mention the Aladdin
  4860. free license.  (pdf_*.ps)
  4861.     - Some references to systemdict were affected if a user redefined
  4862. the name /systemdict.  (pdf_font.ps)
  4863.     - The value of /newerror in $error was true at the end of
  4864. initialization.  We now reset it after each internal use of stopped if
  4865. necessary.  (pdf_main.ps)
  4866.     - stdin redirection failed for PDF files even if the new stdin was
  4867. seekable.  (pdf_main.ps)
  4868.     - The Rotate key rotated pages in the wrong direction.
  4869. (pdf_main.ps)
  4870.  
  4871. Adds a minimal "security socket" to the interpreter.  This does not include
  4872. any actual decryption code; such code is available elsewhere (see
  4873. new-user.txt).  (int.mak, pdf_base.ps, pdf_main.ps, pdf_sec.ps)
  4874.  
  4875. Adds a PDF 1.2 capability:
  4876.     - The destination in a Dest array can be a page number as well as a
  4877. page object.  (pdf_main.ps)
  4878.  
  4879. Streams
  4880. -------
  4881.  
  4882. Fixes bugs:
  4883.     - stdin was assumed to be non-seekable.  (sfile.c, sfileno.c)
  4884.  
  4885. Library
  4886. -------
  4887.  
  4888. Fixes bugs:
  4889.     - Garbage collection could corrupt a pointer in Type 0 fonts.
  4890. (gxfont0.h, gsfont0.c)
  4891.     - When applying hints to a Type 1 font outline, the last point could
  4892. sometimes get moved twice, causing output anomalies.  (gxhint3.c)
  4893.     - An #include needed for debugging was missing.  (gxcmap.h)
  4894.     - Graphics states included a no-longer-used private color space
  4895. object.  (gsstate.c)
  4896.     - Images could get clipped randomly in the X direction.  (I don't
  4897. understand why this problem hasn't shown up more often, since it's been
  4898. there since release 4.00.)  (gximage.c)
  4899.     - The arct and arcto operators failed to draw the line to the
  4900. starting point of the arc.  (bug introduced in 4.01) (gspath1.c)
  4901.     - Prefix subclasses of simple structures caused an invalid memory
  4902. access.  (gsstruct.h)
  4903.     - The variable fheight was sometimes unused.  (gstype1.c)
  4904.     - igcd and imod didn't have prototypes in an appropriate header
  4905. file, and were declared extern in several places.  (gsdcolor.h, gsline.h,
  4906. gxarith.h, gxdht.h, gsht.c, gshtscr.c, gsimage.c, gsline.c, gstype1.c,
  4907. gxclimag.c)
  4908.     - When using a non-identity RenderTable in a CIE rendering
  4909. dictionary, all colors came out too light.  (gscie.c)
  4910.     - When using anti-aliased graphics, stroked lines were rendered too
  4911. thin.  (gspaint.c)
  4912.     - The default map_cmyk_color implementations could return
  4913. "transparent".  (gxcmap.c)
  4914.     - The number of bits of alpha requested when rendering anti-aliased
  4915. characters could exceed 4.  (gschar.c)
  4916.     - Multi-screen halftones could cause errors or infinite looping when
  4917. banding.  (This problem predates 4.0; I don't know why it didn't show up
  4918. before.)  (gxcldev.h, gxclist.c, gxclread.c)
  4919.     - Skewed or rotated gray-scale images, or masks with a halftoned
  4920. color, omitted one line of pixels and displaced the image by one pixel.
  4921. (gximage2.c)
  4922.  
  4923. Adds an implementation of realloc, for systems that don't have one that
  4924. works.  I don't know how to determine this automatically, so for the moment,
  4925. the code uses our own implementation on Linux (where realloc is known to be
  4926. broken, at least in some releases) and nowhere else.  (malloc_.h,
  4927. gsmemory.c, gsmisc.c)
  4928.  
  4929. Removes the "OLD" algorithms from the Type 1 hinting source code, since they
  4930. are no longer executed.  (If necessary, they can be retrieved from an older
  4931. version.)  (gxhint3.c)
  4932.  
  4933. Version 4.01 (7/10/96)
  4934. ============
  4935.  
  4936. This fixes a few minor bugs discovered since the 4.0 release.
  4937.  
  4938. Documentation
  4939. -------------
  4940.  
  4941. Fixes bugs:
  4942.     - An installation directory name was wrong.  (make.txt,
  4943. unix-lpr.txt)
  4944.     - A URL was wrong.  (devices.txt)
  4945.     - A reference to use.doc hadn't been updated.  (gs.1)
  4946.     - Some references to /usr/local/lib hadn't been updated.  (gs.1)
  4947.     - The NEWS file and history* files still referred to *.doc rather
  4948. than *.txt.  (NEWS, history*.txt)
  4949.  
  4950. Adds a note about compilation on Digital Unix.  (make.txt)
  4951.  
  4952. Clarifies that calling gs_exit calls gs_finit automatically.  (imain.h)
  4953.  
  4954. Adds a pointer to the PDF encryption patch.  (Ridiculous U.S. export control
  4955. laws don't allow including the patch itself in the main fileset.)
  4956. (new-user.txt)
  4957.  
  4958. Adds a help file for VMS.  (gs-vms.hlp)
  4959.  
  4960. Procedures
  4961. ----------
  4962.  
  4963. Fixes bugs:
  4964.     - vms.mak had gotten out of sync with the makefiles (again).
  4965. (vms.mak)
  4966.     - DEVICE{WIDTH,HEIGHT}POINTS didn't override PAPERSIZE.
  4967. (gs_init.ps)
  4968.     - The Microsoft C makefiles had gotten out of date.  (msc.mak)
  4969.  
  4970. The (few) GNU-Licensed drivers were accidentally omitted from the fileset.
  4971.  
  4972. Modifies a makefile for greater reusability.  (watclib.mak)
  4973.  
  4974. Adds a 'debug' target for making Unix debugging configurations.
  4975. (unix-end.mak)
  4976.  
  4977. Utilities
  4978. ---------
  4979.  
  4980. Fixes bugs:
  4981.     - Some uses of 'run' should be changed to runlibfile.  (bdftops.ps,
  4982. impath.ps, markhint.ps, packfile.ps, showchar.ps, waterfal.ps, wftopfa.ps,
  4983. wrfont.ps)
  4984.     - Some debugging code hadn't been removed.  (gslp.ps)
  4985.  
  4986. Adds a new utility, viewcmyk.ps, for viewing 4-bit CMYK data.  (psfiles.txt,
  4987. unix-end.mak, viewcmyk.ps)
  4988.  
  4989. Improves pdf2dsc by including Title and CreationDate DSC comments (these are
  4990. displayed by Ghostview) and reducing the size of typical output files by a
  4991. factor of about 3.  (pdf2dsc.ps)
  4992.  
  4993. Incorporates major changes (claimed to be improvements) to ps2ascii
  4994. contributed by a user.  If you have problems with it, please contact him,
  4995. not Aladdin.  (ps2ascii.ps)
  4996.  
  4997. Platforms
  4998. ---------
  4999.  
  5000. Fixes bugs:
  5001.     - The X value of a bounding box could be computed incorrectly.
  5002. (gdevbbox.c)
  5003.  
  5004. Platforms
  5005. ---------
  5006.  
  5007. Fixes bugs:
  5008.     - The Windows DLL sometimes didn't clean up properly.  (dll.txt,
  5009. dpmainc.c, dwdll.cpp, dwmain.cpp, dwmainc.cpp, gsdll.c, gsdll.h)
  5010.  
  5011. Interpreter
  5012. -----------
  5013.  
  5014. Fixes bugs:
  5015.     - Reading from a filter could hang forever, because a buffer was
  5016. allocated 1 byte too small.  (zfilter.c)
  5017.     - The search path could become garbage under some circumstances.
  5018. (imain.c)
  5019.     - A dangling reference to a stack-allocated variable could corrupt
  5020. memory if a client mixed interpreter calls and direct C calls.  (interp.c)
  5021.     - Printing an object to a procedure-based filter could cause an
  5022. invalid memory access.  (zfileio.c)
  5023.  
  5024. Library
  5025. -------
  5026.  
  5027. Fixes bugs:
  5028.     - Setting parameters for an unopened device could cause an access
  5029. error or invoke the wrong put_params procedure.  (gsdparam.c)
  5030.     - Reading from a filter could hang forever, because a buffer was
  5031. allocated 1 byte too small.  (stream.h)
  5032.     - If the current device was the nullpage device, doing a [g]save,
  5033. selecting a different device, and doing a [g]restore caused an error.
  5034. (gsdparam.c)
  5035.  
  5036. Adds the ability to append arcs without the initial lineto, for PCL
  5037. emulation.  (gspath.h, gspath1.c)
  5038.  
  5039. Version 4.0 (6/28/96)
  5040. ===========
  5041.  
  5042. This is the first public release since 3.53, with a few more last-minute
  5043. patches beyond 3.70.
  5044.  
  5045. Documentation
  5046. -------------
  5047.  
  5048. Fixes bugs:
  5049.     - Many makefiles still referred to .doc files rather than .txt.
  5050. (cfonts.mak, devs.mak, gs.mak, int.mak, libpng.mak, unix-end.mak, watc.mak,
  5051. watcwin.mak, wccommon.mak, zlib.mak)
  5052.     - Some FONTPATH-related information was out of date.  (use.txt)
  5053.     - The installation directory for fonts was incorrect.  (install.txt)
  5054.     - The libpng and zlib versions were out of date.  (libpng.mak,
  5055. zlib.mak)
  5056.     - Some information about GSview was incorrect or incomplete.
  5057. (new-user.txt)
  5058.     - make.txt said it described installation as well as building.
  5059. (make.txt)
  5060.  
  5061. Notes that the current release of zlib won't compile and link correctly with
  5062. Sun cc.  (make.txt)
  5063.  
  5064. Adds a little more detail to the C style document.  (c-style.txt)
  5065.  
  5066. Procedures
  5067. ----------
  5068.  
  5069. Fixes bugs:
  5070.     - Some documentation files weren't installed.  (unix-end.mak)
  5071.     - Some dependencies were incorrect.  (bcwin32.mak)
  5072.     - 'make begin' and 'make clean' deleted too many and/or the wrong
  5073. files.  (bcwin.mak, bcwin32.mak)
  5074.     - libpng.mak didn't work with libpng version 0.89c.  (libpng.mak)
  5075.     - -d<var>=<name> was equivalent to -d<var>=/<name>, and there was no
  5076. way to set a variable to true, false, or null.  (use.txt, gs_init.ps,
  5077. iinit.c, imainarg.c)
  5078.  
  5079. Removes the modules.lis file, which is no longer used.
  5080.  
  5081. Undoes detecting automatically the need to run tar_cat -- the mechanism
  5082. didn't work, and caused confusion.  (unix-end.mak)
  5083.  
  5084. Updates the makefiles to libpng version 0.89, but allows them to work with
  5085. either 0.88 or 0.89.  (*.mak)
  5086.  
  5087. Utilities
  5088. ---------
  5089.  
  5090. Fixes bugs:
  5091.     - Showing the details of a protected font caused an error.
  5092. (markhint.ps)
  5093.  
  5094. Drivers
  5095. -------
  5096.  
  5097. Fixes bugs:
  5098.     - A copyright notice was wrong.  (gs_pdfwr.ps)
  5099.     - PDF link annotations could get written with two Dest keys.
  5100. (gdevpdfm.c)
  5101.     - MakeProcInstance and FreeProcInstance were called on platforms
  5102. where it wasn't appropriate.  (gdevwpr2.c, gdevwprn.c, gp_mswin.c)
  5103.     - On X servers that return very large values for the "virtual
  5104. screen" size in millimeters but correct values for the screen size in
  5105. pixels, a rangecheck could occur.  (gdevxini.c)
  5106.     - The bounding box device could return garbage if stroke or fill was
  5107. ever invoked with an empty path.  (gdevbbox.c)
  5108.  
  5109. Replaces the LBP8 driver with a revised one contributed by a user.
  5110. (gdevlbp8.c, devs.mak)
  5111.  
  5112. Platforms
  5113. ---------
  5114.  
  5115. Fixes bugs:
  5116.     - Some Windows menu parameters were incorrect.  (gsdll16.rc,
  5117. gsdll32.rc)
  5118.  
  5119. Interpreter
  5120. -----------
  5121.  
  5122. Fixes bugs:
  5123.     - .getdevparams sometimes returned duplicate entries for /Type.
  5124. (ziodev2.c)
  5125.     - File names weren't parsed or concatenated properly on all
  5126. platforms.  (gs_fonts.ps, zfile.c)
  5127.     - Filter lookahead caused problems with special files.  (zfproc.c)
  5128.     - If a TransformPQR procedure in a CIE color rendering dictionary
  5129. didn't pop its 4 array arguments, an error occurred.  (gs_lev2.ps, zcrd.c)
  5130.  
  5131. Streams
  5132. -------
  5133.  
  5134. Fixes bugs:
  5135.     - Filter lookahead caused problems with special files.  (bug
  5136. introduced in 3.70) (stream.h)
  5137.  
  5138. Library
  5139. -------
  5140.  
  5141. Fixes bugs:
  5142.     - .getdevparams sometimes returned duplicate entries for /Type.
  5143. (gxiodev.h, gsiodev.c)
  5144.  
  5145. Versions before 4.0
  5146. ===================
  5147.  
  5148. See the files history3.txt, history2.txt, and history1.txt.
  5149.